The official NGINX Open Source repository.
Go to file
Valentin Bartenev 4c1b9fef65 FastCGI: skip special bufs in buffered request body chain.
This prevents forming empty records out of such buffers.  Particularly it fixes
double end-of-stream records with chunked transfer encoding, or when HTTP/2 is
used and the END_STREAM flag has been sent without data.  In both cases there
is an empty buffer at the end of the request body chain with the "last_buf"
flag set.

The canonical libfcgi, as well as php implementation, tolerates such records,
while the HHVM parser is more strict and drops the connection (ticket #950).
2016-04-11 18:42:34 +03:00
auto Fixed spelling. 2016-04-07 11:50:13 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Fixed spelling. 2016-04-07 11:50:13 +03:00
docs nginx-1.9.14-RELEASE 2016-04-05 17:57:08 +03:00
misc Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
src FastCGI: skip special bufs in buffered request body chain. 2016-04-11 18:42:34 +03:00
.hgtags release-1.9.14 tag 2016-04-05 17:57:08 +03:00