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:
Senthil Kumaran 2014-08-22 16:27:06 +05:30
commit f499931b33
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ class BasicAuthHandler(http.server.BaseHTTPRequestHandler):
else:
# Request Unauthorized
self.do_AUTHHEAD()
self.wfile.close()