]> granicus.if.org Git - python/commit
Revert the changes from r74463, they were causing test_xmlrpc to fail.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Aug 2009 05:33:48 +0000 (05:33 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 19 Aug 2009 05:33:48 +0000 (05:33 +0000)
commite2ae86a19ea95642eb7d5513506474f403304808
tree92a36c828193f8b71e3765dd6758f9abea4c9911
parent6f1fa214c500100f5ee43463f33c11596319c437
Revert the changes from r74463, they were causing test_xmlrpc to fail.
We do not need to force a close when using socket buffering on a
httplib.HTTPRequest as the library does not support streaming requests
so there should never been extra data beyond the end of the current
request to have left over in the requests socket buffer.

see http://bugs.python.org/issue6724
Lib/httplib.py