Revert the changes from r74463, they were causing test_xmlrpc to fail.
commite22f0470f2e9e5775d8277c6a29309b1bb1e33dd
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 19 Aug 2009 05:33:48 +0000 (19 05:33 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 19 Aug 2009 05:33:48 +0000 (19 05:33 +0000)
tree3055001dbbd1ff235e825e9dc663033e572cc33a
parentdfe8b4184dd62a741906d24bc6fb1c43abc2cb80
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

git-svn-id: http://svn.python.org/projects/python/trunk@74522 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/httplib.py