jetty.project/jetty-spdy
Simone Bordet f3675dbad7 Fixes #560 - Jetty Client Proxy Authentication does not work with HTTP Proxy tunneling.
The issue was related to the fact that the proxy responded 407 with a
Connection: close header.

Because the endPoint underlying the original connection was closed,
it should not have been used as a tunnel.
Rather, the endPoint of the new CONNECT attempt (with the proxy
credentials) must be used for the tunnel.

Also partially backported the fix for #408.
2016-05-12 17:19:04 +02:00
..
spdy-alpn-tests Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-client Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-core Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-example-webapp Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-http-client-transport Fixes #560 - Jetty Client Proxy Authentication does not work with HTTP Proxy tunneling. 2016-05-12 17:19:04 +02:00
spdy-http-common Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-http-server Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
spdy-npn-tests Happy New Year 2016 2016-01-04 14:21:26 -07:00
spdy-server Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00
pom.xml Updating to version 9.2.17-SNAPSHOT 2016-04-14 14:03:21 -07:00