]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)
authorAlexander Urieles <aeurielesn@users.noreply.github.com>
Sun, 20 Jul 2025 13:53:54 +0000 (15:53 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jul 2025 13:53:54 +0000 (13:53 +0000)
commit958657bbc3351c66dd8e319503675521bfdea49a
treed52acf6366bd63c0915fee6eca872836ff6c569c
parent18a7f5dad832488e8965fe29159a62abc18368e2
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/library/http.client.rst
Doc/whatsnew/3.15.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-07-19-15-40-47.gh-issue-131724.LS59nA.rst [new file with mode: 0644]