mirror of
https://github.com/python/cpython.git
synced 2026-06-13 06:35:32 -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.