mirror of
https://github.com/python/cpython.git
synced 2026-06-14 07:04:22 -04:00
f073dc286c
AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti.