Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug with timeout error handling #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PeterHamilton
Copy link
Contributor

This change updates how the server handles SSL/TLS timeout errors when reading incoming client requests. Timeouts are now interpreted as session ending events, resulting in a closed connection as opposed to the original recurring error log message that was produced.

This change updates how the server handles SSL/TLS timeout errors
when reading incoming client requests. Timeouts are now
interpreted as session ending events, resulting in a closed
connection as opposed to the original recurring error log message
that was produced.
@codecov-io
Copy link

Codecov Report

Merging #441 into master will decrease coverage by 0.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #441      +/-   ##
==========================================
- Coverage   95.07%   95.06%   -0.02%     
==========================================
  Files          75       75              
  Lines       12671    12674       +3     
==========================================
+ Hits        12047    12048       +1     
- Misses        624      626       +2
Impacted Files Coverage Δ
kmip/services/server/session.py 98.63% <50%> (-1.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcae8a5...011ffd1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants