[issue5038] urrlib2/httplib doesn't reset file position between requests

Gabriel Genellina report at bugs.python.org
Sat Jan 24 00:28:56 CET 2009


Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:

This happens in other implementations too, not just urllib2.

If the server supports it, the best way is to send an 'Expect: 100-
Continue' header field before attempting to send the actual file.

----------
nosy: +gagenellina

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5038>
_______________________________________


More information about the Python-bugs-list mailing list