Closed proditis closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.72%. Comparing base (
eef3a25
) to head (4da3b85
). Report is 53 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
when to release a new version? 😄
@Mr-YYM There is a new PR in progress, if that one is merged. We will release a new version.
The following PR is an attempt to make SO_LINGER option configurable.
It introduces a new
bool
option namednolinger
for tcp, tls, http and ssh probes which disablesSO_LINGER
. Default value set tofalse
to match the previous easeprobe operation and not require configuration changes when updated.Documentation also updated to include the addition of this option.
Notes: