Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Conversation

@emgre
Copy link
Member

@emgre emgre commented Apr 19, 2022

The ServerAcceptMode::CloseNew works as expected. However, in the logs, it shows that it accepts the connection but doesn't tell that it is immediately shutdown. I added a log statement to make it clear.

Fix #421.

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #442 (06c0d67) into develop (e8b1de4) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop     #442      +/-   ##
===========================================
- Coverage    51.36%   51.34%   -0.03%     
===========================================
  Files          423      423              
  Lines        13444    13445       +1     
===========================================
- Hits          6906     6903       -3     
- Misses        6538     6542       +4     
Impacted Files Coverage Δ
cpp/lib/src/channel/IOHandler.cpp 75.00% <0.00%> (-0.58%) ⬇️
cpp/lib/src/app/PrefixedWriteIterator.h 95.23% <0.00%> (-4.77%) ⬇️
cpp/lib/src/gen/LinkFunction.cpp 65.82% <0.00%> (-2.54%) ⬇️
cpp/lib/src/link/LinkFrame.cpp 95.06% <0.00%> (-1.24%) ⬇️
cpp/lib/src/gen/FunctionCode.cpp 35.82% <0.00%> (-0.75%) ⬇️
cpp/lib/src/link/LinkLayerParser.cpp 96.21% <0.00%> (+0.75%) ⬆️
cpp/lib/src/app/GroupVariationRecord.cpp 86.66% <0.00%> (+2.22%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@emgre emgre merged commit 06e67e1 into develop Apr 21, 2022
@emgre emgre deleted the bugfix/close-new-log branch April 22, 2022 17:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants