caddy/caddyhttp
Leonard Hecker 9f9ad21aaa Fixed #1292: Failure to proxy WebSockets over HTTPS
This issue was caused by connHijackerTransport trying to record HTTP
response headers by "hijacking" the Read() method of the plain net.Conn.
This does not simply work over TLS though since this will record the TLS
handshake and encrypted data instead of the actual content.
This commit fixes the problem by providing an alternative transport.DialTLS
which correctly hijacks the overlying tls.Conn instead.
2016-12-26 20:52:36 +01:00
..
2016-09-05 10:20:34 -06:00
2016-09-05 10:20:34 -06:00
2016-10-25 09:28:53 -06:00
2016-09-05 10:20:34 -06:00
2016-09-05 10:20:34 -06:00
2016-09-05 10:20:34 -06:00