Skip to content
Snippets Groups Projects
Select Git revision
22 results Searching

2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst

Blame
  • user avatar
    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: default avatarGregory P. Smith <greg@krypto.org>
    (cherry picked from commit 47895e31)
    
    Co-authored-by: default avatarGen Xu <xgbarry@gmail.com>
    078b146f
    History