You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.8.901 (2024-06-27)
Improved compatibility with httplib exception for IncompleteRead that did not behave exactly like expected (repr/str format over it).
The metric TLS handshake delay was wrongfully set when using HTTP/2 over cleartext.
Fixed compatibility with some third-party mocking library that are injecting io.BytesIO in HTTPResponse.
In some cases, IncompleteRead might not be raised like expected.