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
2016-04-07 11:50:13 +03:00
2015-06-05 22:23:26 +03:00
2016-04-07 11:50:13 +03:00
2016-04-05 17:57:08 +03:00
2016-03-31 22:33:26 +03:00
2016-04-05 17:57:08 +03:00
S
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
BSD-2-Clause
90 MiB
Languages
C 97.7%
Vim Script 1.7%
XS 0.4%
Perl 0.1%