No description
Find a file
Valentin Bartenev f065eb7eab SPDY: fixed segfault with "client_body_in_file_only" enabled.
It is possible to send FLAG_FIN in additional empty data frame, even if it is
known from the content-length header that request body is empty.  And Firefox
actually behaves like this (see ticket #357).

To simplify code we sacrificed our microoptimization that did not work right
due to missing check in the ngx_http_spdy_state_data() function for rb->buf
set to NULL.
2013-07-24 22:24:25 +04:00
auto Configure: fixed perl Makefile generation (ticket #334). 2013-04-19 12:19:57 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.4.2-RELEASE 2013-07-17 16:51:21 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src SPDY: fixed segfault with "client_body_in_file_only" enabled. 2013-07-24 22:24:25 +04:00