caddy/caddyhttp/proxy
Leonard Hecker 5a41e8bc1a proxy: Fixed #1484, websockets with h2 disabled (#1488)
* Fixed #1484

Fixed a nil pointer runtime error in newConnHijackerTransport,
where the access to the TLSClientConfig did not check for nil values.

* Minor improvement to UseInsecureTransport

This prevents overwriting a possibly preexisting TLSClientConfig,
even though only a single field should be changed.
2017-03-10 10:41:37 -07:00
..
body_test.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
body.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
policy_test.go Fix data race for max connection limiting in proxy directive. (#1438) 2017-02-15 08:09:42 -07:00
policy.go 1136 fix 2016-09-28 04:09:46 -07:00
proxy_test.go proxy: Fix race in test 2017-02-18 15:42:11 -07:00
proxy.go proxy: handle encoded path in URL 2017-02-17 09:41:00 +08:00
reverseproxy.go proxy: Fixed #1484, websockets with h2 disabled (#1488) 2017-03-10 10:41:37 -07:00
setup_test.go proxy: make value is optional when removing a header 2016-11-03 22:50:51 +00:00
setup.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
upstream_test.go Fix data race for max connection limiting in proxy directive. (#1438) 2017-02-15 08:09:42 -07:00
upstream.go Fix data race for max connection limiting in proxy directive. (#1438) 2017-02-15 08:09:42 -07:00