nginx/src
Valentin Bartenev db8a0c8bf1 SPDY: do not reject headers with empty value (ticket #396).
A quote from SPDY draft 2 specification: "The length of each name and
value must be greater than zero.  A receiver of a zero-length name or
value must send a RST_STREAM with code PROTOCOL error."

But it appears that Chrome browser allows sending requests over SPDY/2
connection using JavaScript that contain headers with empty values.

For better compatibility across SPDY clients and to be compliant with
HTTP, such headers are no longer rejected.

Also, it is worth noting that in SPDY draft 3 the statement has been
changed so that it permits empty values for headers.
2013-08-15 19:16:09 +04:00
..
core API change: removed the ngx_conf_full_name() function. 2013-08-06 19:58:40 +04:00
event Replaced ngx_conf_full_name() with ngx_get_full_name(). 2013-08-06 19:58:40 +04:00
http SPDY: do not reject headers with empty value (ticket #396). 2013-08-15 19:16:09 +04:00
mail Style. 2013-07-11 20:38:27 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Unbreak building on Linux without sendfile64() support. 2013-08-15 19:14:33 +04:00