diff options
author | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 02:17:44 -0700 |
---|---|---|
committer | Piotr Sikora <piotr@cloudflare.com> | 2014-07-08 02:17:44 -0700 |
commit | 12ca9c9c8fb82d97a3aeb5b3c02b76ebfa66a04b (patch) | |
tree | 7f9a0c1224a469266c5e175d07e0c1c2d904444b /src/core/ngx_log.h | |
parent | ba956867414191d2e2468f1c4fabf47e6b3f0176 (diff) | |
download | nginx-12ca9c9c8fb82d97a3aeb5b3c02b76ebfa66a04b.tar.gz nginx-12ca9c9c8fb82d97a3aeb5b3c02b76ebfa66a04b.zip |
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>
Diffstat (limited to 'src/core/ngx_log.h')
0 files changed, 0 insertions, 0 deletions