cpython/Lib/http
Yury Manushkin 4d0d24f6e3
gh-112064: Fix incorrect handling of negative read sizes in HTTPResponse.read() (#128270)
The parameter `amt` of `HTTPResponse.read()`, which could be a negative integer,
has not been handled before and led to waiting for the connection to close
for `keep-alive connections`. Now, this has been fixed, and passing negative values
to `HTTPResponse().read()` works the same as passing `None` value.
2025-01-28 11:37:32 +00:00
..
__init__.py gh-127089: Add missing description for codes in http.HTTPStatus (#127100) 2024-12-27 15:12:25 +01:00
client.py gh-112064: Fix incorrect handling of negative read sizes in HTTPResponse.read() (#128270) 2025-01-28 11:37:32 +00:00
cookiejar.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
cookies.py gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714) 2025-01-24 22:31:52 +00:00
server.py Remove incorrect imports rationale comment in http.server (#128278) 2024-12-26 13:53:37 -08:00