##// END OF EJS Templates
httpconnection: correctly handle redirects from http to https...
httpconnection: correctly handle redirects from http to https Previously the connection cache for keepalives didn't keep track of ssl. This meant that when we connected to an https server after that same server via http, both on the default port, we'd incorrectly reuse the non-https connection as the default port meant the connection cache key was the same.

File last commit:

r1360:7d439981 default
r14346:bf85c263 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder