Select Git revision
2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst
Miss Islington (bot)
authored and
GitHub
committed
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25934) Fixes http.client potential denial of service where it could get stuck reading lines from a malicious server after a 100 Continue response. Co-authored-by:Gregory P. Smith <greg@krypto.org> (cherry picked from commit 47895e31) Co-authored-by:
Gen Xu <xgbarry@gmail.com>