Changes between Version 1 and Version 2 of Ticket #1292, comment 3
- Timestamp:
- 06/12/17 19:43:42 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1292, comment 3
v1 v2 11 11 fields that it would otherwise send itself. 12 12 13 That's it. 13 That's it. Threre's no HTTP layer in FastCGI. Moreover, nginx can talk HTTP/2 with a client and FastCGI with an upstream. 14 14 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?