]> granicus.if.org Git - python/commit
Patch #1966: Break infinite loop in httplib when the servers
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 12 Feb 2008 18:47:34 +0000 (18:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 12 Feb 2008 18:47:34 +0000 (18:47 +0000)
commitdad88dc15909843f1a9caf3edd9d0fb61f1ee0e4
treede4dd35b6e9d967e935a12c81cb55194b7a6f459
parent8d365c323ffdaf98694671d82fb1d4d7af41eaf8
Patch #1966: Break infinite loop in httplib when the servers
implements the chunked encoding incorrectly.
Will backport to 2.5.
Lib/httplib.py
Misc/NEWS