The official NGINX Open Source repository.
Go to file
Piotr Sikora 12ca9c9c8f SPDY: fix support for headers with multiple values.
Split SPDY header with multiple, NULL-separated values:

    cookie: foo\0bar

into two separate HTTP headers with the same name:

    cookie: foo
    cookie: bar

Even though the logic for this behavior already existed
in the source code, it doesn't look that it ever worked
and SPDY streams with such headers were simply rejected.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
2014-07-08 02:17:44 -07:00
auto Configure: restored "nginx/" missed in 6e4bb1d6679d. 2014-06-26 05:08:59 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.3-RELEASE 2014-07-08 17:22:38 +04:00
misc Updated PCRE used for win32 builds. 2014-07-04 22:34:03 +04:00
src SPDY: fix support for headers with multiple values. 2014-07-08 02:17:44 -07:00
.hgtags release-1.7.3 tag 2014-07-08 17:22:38 +04:00