Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's ↵ | Kévin Dunglas | |
`ResponseController` (#5509) * feat: add support for ResponseWriter.Unwrap() * cherry-pick Francis' code | |||
2022-09-07 | caddyhttp: ensure ResponseWriterWrapper and ResponseRecorder use ReadFrom if ↵ | fleandro | |
the underlying response writer implements it. (#5022) Doing so allows for splice/sendfile optimizations when available. Fixes #4731 Co-authored-by: flga <flga@users.noreply.github.com> Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> |