##// END OF EJS Templates
url: don't ignore timeout for https connections...
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.

File last commit:

r50545:2e34ea45 default
r51244:3bb7c56e stable
Show More
py.typed
1 line | 8 B | text/plain | TextLexer
Matt Harbison
typing: add py.typed to mercurial.cext for PEP 561 support...
r50545 partial