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

nr report at bugs.python.org
Sun Feb 17 03:06:16 EST 2019


nr <aktiophi at googlemail.com> added the comment:

I added a new pull request.
Martin, you are right I realized when looking through the code that just setting the file pointer to zero inside http lib might interfere with requests that don't have authentication enabled.

The new pull requests does number 2.) of your suggestion for both Basic and Digest authentication.

Can you please review the code? Thank you.

----------

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


More information about the Python-bugs-list mailing list