caddy/caddyhttp/proxy
2016-08-22 18:00:37 -07:00
..
policy.go
policy_test.go
proxy.go
proxy_test.go
reverseproxy.go Proxy: Instead of setting DisableKeepAlives, set MaxIdleConnsPerHost to -1 to prevent net/http from pooling the connections. DisableKeepAlives causes net/http to send a Connection: Closed header which is bad. Fixes #1056 2016-08-22 18:00:37 -07:00
setup.go
setup_test.go
upstream.go Warn upon use of proxy_header 2016-08-08 13:48:13 -06:00
upstream_test.go