summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/reverseproxy/streaming.go
AgeCommit message (Expand)Author
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-03reverseproxy: Fix hijack ordering which broke websockets (#5679)WeidiDeng
2023-08-02caddyhttp: Make use of `http.ResponseController` (#5654)Francis Lavoie
2023-06-19reverseproxy: Experimental streaming timeouts (#5567)mmm444
2023-03-31reverseproxy: Add mention of which half a copyBuffer err comes from (#5472)Francis Lavoie
2023-02-06reverseproxy: Log status code and byte count for websockets (#5140)WeidiDeng
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2022-09-02reverseproxy: Close hijacked conns on reload/quit (#4895)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-04-11reverseproxy: Sync up `handleUpgradeResponse` with stdlib (#4664)Francis Lavoie
2021-08-12reverseproxy: Incorporate latest proxy changes from stdlib (#4266)Francis Lavoie
2021-05-05reverseproxy: Minor logging improvementsMatthew Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-20reverseproxy: Logging for streaming and upgrades (#3689)Francis Lavoie
2020-10-01reverseproxy: Ignore RFC 1521 params in Content-Type header (#3758)Christian Flach
2020-08-17reverseproxy: Make default buffer size constMatthew Holt
2020-08-03reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620)Kevin Lin
2020-07-20reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561)Kevin Lin
2020-06-11reverseproxy: Close websocket conn if req context cancelsMatthew Holt
2020-05-27reverseproxy: Pool copy buffers (minor optimization)Matthew Holt
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf
2019-11-15reverse_proxy: Allow buffering of client requestsMatthew Holt
2019-09-03Some cleanup and godocMatthew Holt