Changes between Initial Version and Version 1 of Ticket #30018, comment 1
- Timestamp:
- Dec 7, 2018, 2:48:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30018, comment 1
initial v1 1 1 Hello Xavier, 2 2 3 Wouldn't NGINX take care off adding `Content-Lenght` when dealing with `X-Accel-Redirect`? 3 Wouldn't NGINX take care off adding `Content-Lenght` when dealing with `X-Accel-Redirect`? I feel like the WSGI layer should be expected to block if provided a `content` smaller than `Content-Lenght`. 4 5 Any thoughts Florian?