commit | ea4e597a87b51b8ec19798f3fdedf74a723d75d8 | [log] [tgz] |
---|---|---|
author | Henrik Baard <henrik.baard@sonyericsson.com> | Wed Feb 24 08:41:48 2010 +0100 |
committer | Johan Redestig <johan.redestig@sonyericsson.com> | Wed Feb 24 08:41:48 2010 +0100 |
tree | b0e96242c472ff7084e44726261322ed02c0a783 | |
parent | 27f3de6bac93140452ce131cbbd8c6df33e25a94 [diff] |
Fixed problem with proxy server sometimes responds with 400 Bad Request when trying to connect to a site using https. The CONNECT to the server lacks the 'host' header which is mandatory according to the specification. Some proxy servers are strictly following the specification and sends back the 400 Bad Requst error code.