comparison mercurial/linelog.py @ 50318:3bb7c56e8fe6 stable

url: don't ignore timeout for https connections For http, we use the stdlib's HTTPConnection.connect which passes the timeout down to socket.create_connection; for https, we override the connect method but weren't handling the timeout, so connections could hang for hours even with http.timeout set to low values.
author Julien Cristau <jcristau@mozilla.com>
date Tue, 21 Mar 2023 15:27:03 +0100
parents d44e3c45f0e4
children 011eec5a66b2
comparison
equal deleted inserted replaced
50317:af776c3d5c3e 50318:3bb7c56e8fe6