Changes between Initial Version and Version 1 of Ticket #1292, comment 3


Ignore:
Timestamp:
06/12/17 19:40:01 (7 years ago)
Author:
Valentin V. Bartenev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1292, comment 3

    initial v1  
    1515>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?
    1616
    17 Yes, nginx behaves in line with the CGI specification. It returns exactly what your scripts outputs with addition of HTTP transfer encoding over it.
     17Yes, nginx behaves in line with the CGI specification. It returns exactly what your script outputs with addition of HTTP transfer encoding over it.
    1818
    1919> 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.