0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp
Michael Grosser 3dc98c8ce3 Keep quic protocol headers only between one hop
Removing quic protocol headers from being persisted during proxy requests.
Not removing them could lead to the client attempting to connect to the wrong port.
This makes the quic headers consistent with other protocol headers.
2016-08-23 22:05:56 +00:00
..
basicauth Add default "Restricted" realm to HTTP Basic auth (#1007) 2016-08-07 07:50:36 -06:00
bind Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
browse Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
errors Fix error which lead to skipping tests in 'errors.TestErrorsParse' 2016-08-15 16:44:34 +03:00
expvar Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
extensions Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
fastcgi Support for placeholders in fastcgi env vars. 2016-06-29 13:41:52 +01:00
gzip Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
header Allow multiple values for an HTTP header and 2016-07-20 22:17:13 -07:00
httpserver replacer: capture request body normally 2016-08-23 08:20:49 +08:00
internalsrv Enable downloading of protected content. See issue #979 (#980) 2016-08-07 23:16:33 -06:00
log log: add log request body test 2016-08-23 08:20:49 +08:00
markdown Every package has a test 2016-06-21 00:11:55 -06:00
mime Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
pprof Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
proxy Keep quic protocol headers only between one hop 2016-08-23 22:05:56 +00:00
redirect Minor text fixes ;) 2016-08-23 15:47:23 -06:00
rewrite minor condition keyword check refactor 2016-07-21 15:42:38 +01:00
root Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
staticfiles Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
templates Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
websocket Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
caddyhttp.go Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
caddyhttp_test.go Add plugin capabilities for tls storage. 2016-08-23 23:00:20 +02:00