| commit | 743c78cc0c6f249e0ed3cc3801a0e032e18cc2f6 | [log] [tgz] |
|---|---|---|
| author | Simone Bordet <simone.bordet@gmail.com> | Thu Jul 25 16:38:22 2013 +0200 |
| committer | Simone Bordet <simone.bordet@gmail.com> | Thu Jul 25 16:38:22 2013 +0200 |
| tree | fa75365916d202d5f3a065194d94b748a74812fb | |
| parent | 50a67eac6ad1742bdd695d6a0a8ac22f8ad362ac [diff] | |
| parent | ee3c2495793cc66bcdfd0c5bd21d435b5fee9428 [diff] |
412846 - jetty Http Client Connection through Proxy is failing with Timeout. The problem was due to the fact that the server replied with HTTP/1.0 to the CONNECT request; because of this, the parser was not set in the "head response mode". Now we are setting the parser in the head response mode also if the request method is a CONNECT.