Message303768
Recently faced an issue with a proxy responding in lowercase http, which caused this:
ProtocolError('Connection aborted.', BadStatusLine('http/1.1 200 connection established\r\n',))
Changing the string to uppercase before checking if it starts with HTTP fixes this issue and allows to use this proxy.
I know that the proxy is at fault here, but seeing as other applications (web browsers, office suite, text editors, etc.) still work behind this proxy, I think it might be a reasonable fix to have... |
|
Date |
User |
Action |
Args |
2017-10-05 13:52:00 | alvaromunoz | set | recipients:
+ alvaromunoz |
2017-10-05 13:52:00 | alvaromunoz | set | messageid: <1507211520.07.0.213398074469.issue31704@psf.upfronthosting.co.za> |
2017-10-05 13:52:00 | alvaromunoz | link | issue31704 messages |
2017-10-05 13:51:59 | alvaromunoz | create | |
|