caddy/caddyhttp/proxy
Makeev Ivan 05d0b213a9 proxy: HTTP status 499 for 'Context canceled' errors (#2297)
* Adding {when_unix_ms} requests placeholder (unix timestamp with a milliseconds precision)

* Add an 499 HTTP status code on user's cancel request as NGINX doing (instead of 502 Bad Gateway status with 'Context canceled' message)

* 499 HTTP status code was added as constant CustomStatusContextCancelled = 499
2018-11-16 13:52:34 -07:00
..
testdata proxy: Support QUIC for upstream connections (#1782) 2017-09-11 19:49:02 -06:00
body_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
body.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
policy_test.go proxy: Fix 502 errors for requests without headers (#2188) 2018-08-07 17:01:24 -06:00
policy.go proxy: Fix 502 errors for requests without headers (#2188) 2018-08-07 17:01:24 -06:00
proxy_test.go proxy: HTTP status 499 for 'Context canceled' errors (#2297) 2018-11-16 13:52:34 -07:00
proxy.go proxy: HTTP status 499 for 'Context canceled' errors (#2297) 2018-11-16 13:52:34 -07:00
reverseproxy_test.go proxy: Add new fallback_delay sub-directive (#2309) 2018-10-30 12:02:59 -06:00
reverseproxy.go proxy: Add new fallback_delay sub-directive (#2309) 2018-10-30 12:02:59 -06:00
setup_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
setup.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
upstream_test.go proxy: Fix transparent pass-thru of existing X-Forwarded-For headers 2018-04-05 00:04:06 -06:00
upstream.go proxy: Add new fallback_delay sub-directive (#2309) 2018-10-30 12:02:59 -06:00