commit | e9c996c14db994fb0afe806a0eee16a97b587fc1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 12 18:48:23 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Feb 12 18:48:23 2008 +0000 |
tree | b3de06471c5008203ce3a38a64f1ad5651e1c1a1 | |
parent | cab74c8398cc83cc40feee189425274bc8722ba9 [diff] [blame] |
Patch #1966: Break infinite loop in httplib when the servers implements the chunked encoding incorrectly.
diff --git a/Misc/NEWS b/Misc/NEWS index ffb1771..6ea4eea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,9 @@ Library ------- +- Patch #1966: Break infinite loop in httplib when the servers + implements the chunked encoding incorrectly. + - tarfile.py: Fix reading of xstar archives. - #2021: Allow tempfile.NamedTemporaryFile to be used in with statements