ReverseProxy: Streaming and disable encoding if Range
Fixes #1823 (closed) -- Remove accept-encoding
request header if there's range
of if-range
. See the comment in the issue about why...
Fixes #1860 (closed) -- Adds the content-length
if there's one. This allows to stream the response on http1 instead of chunking. (http2 will always stream as there's no chunking). We originally couldn't do that when reverse proxy was introduced as this behaviour isn't supported by Cowboy 1.
Adds debug logging of the response result, and removes ugly usage of (fn ...).()
in pipes.
Merge request reports
Activity
added 1 commit
- a1dace08 - ReverseProxy: Streaming and disable encoding if Range
mentioned in commit ce951400
mentioned in merge request !2750 (merged)
Please register or sign in to reply