Message401821
I'm not sure why the fix in the main branch was not listed here:
commit 47895e31b6f626bc6ce47d175fe9d43c1098909d
Author: Gen Xu <[email protected]>
Date: Wed May 5 15:42:41 2021 -0700
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916)
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 <[email protected]> |
|
| Date |
User |
Action |
Args |
| 2021-09-15 09:49:12 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, christian.heimes, ned.deily, mcepl, lukasz.langa, mgorny, sir-sigurd, miss-islington, leveryd, gen-xu |
| 2021-09-15 09:49:12 | vstinner | set | messageid: <[email protected]> |
| 2021-09-15 09:49:12 | vstinner | link | issue44022 messages |
| 2021-09-15 09:49:12 | vstinner | create | |
|