index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
/
streaming.go
Age
Commit message (
Expand
)
Author
2023-06-19
reverseproxy: Experimental streaming timeouts (#5567)
mmm444
2023-03-31
reverseproxy: Add mention of which half a copyBuffer err comes from (#5472)
Francis Lavoie
2023-02-06
reverseproxy: Log status code and byte count for websockets (#5140)
WeidiDeng
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-09-02
reverseproxy: Close hijacked conns on reload/quit (#4895)
Matt Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-04-11
reverseproxy: Sync up `handleUpgradeResponse` with stdlib (#4664)
Francis Lavoie
2021-08-12
reverseproxy: Incorporate latest proxy changes from stdlib (#4266)
Francis Lavoie
2021-05-05
reverseproxy: Minor logging improvements
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-20
reverseproxy: Logging for streaming and upgrades (#3689)
Francis Lavoie
2020-10-01
reverseproxy: Ignore RFC 1521 params in Content-Type header (#3758)
Christian Flach
2020-08-17
reverseproxy: Make default buffer size const
Matthew Holt
2020-08-03
reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620)
Kevin Lin
2020-07-20
reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561)
Kevin Lin
2020-06-11
reverseproxy: Close websocket conn if req context cancels
Matthew Holt
2020-05-27
reverseproxy: Pool copy buffers (minor optimization)
Matthew Holt
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
2019-11-15
reverse_proxy: Allow buffering of client requests
Matthew Holt
2019-09-03
Some cleanup and godoc
Matthew Holt