commit | 671138f27dcdc3d259e85f7603acf01a46a44515 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Sep 25 13:29:30 2012 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Tue Sep 25 13:29:30 2012 +0200 |
tree | 42d56b81249c0287a8742c3acad23c0da74f2dac | |
parent | d41dc7ce468edda4172c228dae949a477d8ab03d [diff] |
Issue #16037: Limit httplib's _read_status() function to work around broken HTTP servers and reduce memory usage. It's actually a backport of a Python 3.2 fix. Thanks to Adrien Kunysz.