Changes between Initial Version and Version 1 of Ticket #1292, comment 3
- Timestamp:
- 06/12/17 19:40:01 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1292, comment 3
initial v1 15 15 >The short script I attached demonstrates the bug very clearly. But you don't even have to run it-- just look at the sample HTTP response I posted, as it gets changed from the script output into the nginx output. Do you actually think this response from the FastCGI script should result in this response from nginx? 16 16 17 Yes, nginx behaves in line with the CGI specification. It returns exactly what your script soutputs with addition of HTTP transfer encoding over it.17 Yes, nginx behaves in line with the CGI specification. It returns exactly what your script outputs with addition of HTTP transfer encoding over it. 18 18 19 19 > This bug has been reported a few times, and each time was dismissed because of a reason like "there's no such thing as HTTP chunked transfer encoding in FastCGI protocol." But that ignores the very real problem that nginx has with chunked encoding in the HTTP protocol.