diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2021-02-09 14:15:04 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2021-02-09 14:15:04 -0700 |
commit | 5ef76ff3e6e73282deb59df8b1a14bb966de36be (patch) | |
tree | 155d779b3f7a5a6a85bf9c02eb616748b5b1bf6d /modules/caddyhttp/fileserver/staticfiles.go | |
parent | 653a0d3f6bd7b66197abd1e00e366164876a9f2b (diff) |
reverseproxy: Response buffering & configurable buffer size
Proxy response bodies can now be buffered, and the size of the request body and
response body buffer can be limited. Any remaining content that doesn't fit in the
buffer will remain on the wire until it can be read; i.e. bodies are not truncated,
even if the buffer is not big enough.
This fulfills a customer requirement. This was made possible by their sponsorship!
Diffstat (limited to 'modules/caddyhttp/fileserver/staticfiles.go')
0 files changed, 0 insertions, 0 deletions