mirror of
https://github.com/python/cpython.git
synced 2026-05-12 13:30:47 +00:00
merge from 3.4
Fix issue22245 - Fix urllib2_localnet test. Do not aggresively close wfile in the do_GET method in the BasicAuthHandler.
This commit is contained in:
commit
f499931b33
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ def do_GET(self):
|
|||
else:
|
||||
# Request Unauthorized
|
||||
self.do_AUTHHEAD()
|
||||
self.wfile.close()
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue