commit | e2ae86a19ea95642eb7d5513506474f403304808 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Wed Aug 19 05:33:48 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Wed Aug 19 05:33:48 2009 +0000 |
tree | 92a36c828193f8b71e3765dd6758f9abea4c9911 | |
parent | 6f1fa214c500100f5ee43463f33c11596319c437 [diff] |
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