commit | 12ca9c9c8fb82d97a3aeb5b3c02b76ebfa66a04b | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotr@cloudflare.com> | Tue Jul 08 02:17:44 2014 -0700 |
committer | Piotr Sikora <piotr@cloudflare.com> | Tue Jul 08 02:17:44 2014 -0700 |
tree | 7f9a0c1224a469266c5e175d07e0c1c2d904444b | |
parent | ba956867414191d2e2468f1c4fabf47e6b3f0176 [diff] |
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>