]> git.kaiwu.me - nginx.git/commit
SPDY: stop emitting multiple empty header values.
authorPiotr Sikora <piotr@cloudflare.com>
Mon, 27 Oct 2014 21:25:56 +0000 (14:25 -0700)
committerPiotr Sikora <piotr@cloudflare.com>
Mon, 27 Oct 2014 21:25:56 +0000 (14:25 -0700)
commit54606d4625e69730dd6b45cba4117215390d284e
tree1d8438ae7dd94cb1bdc8ae1fe80ab511f467c66b
parent78dd8b5eda96905eac15f1e7edfc9e898a175cec
SPDY: stop emitting multiple empty header values.

Previously, nginx would emit empty values in a header with multiple,
NULL-separated values.

This is forbidden by the SPDY specification, which requires headers to
have either a single (possibly empty) value or multiple, NULL-separated
non-empty values.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
src/http/ngx_http_spdy_filter_module.c