PyKMIP icon indicating copy to clipboard operation
PyKMIP copied to clipboard

Fix a bug with timeout error handling

Open PeterHamilton opened this issue 7 years ago • 1 comments

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.

PeterHamilton avatar Jun 05 '18 13:06 PeterHamilton

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%) :arrow_down:

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.

codecov-io avatar Jun 05 '18 14:06 codecov-io