From 2bba4cf15a98d29c293ebaaf3380774a36d7f697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 16 Mar 2014 23:43:28 +0100 Subject: [PATCH] Lowercase only header keys, not values. Fixes #572 --- plugins/http/spdy3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/http/spdy3.c b/plugins/http/spdy3.c index 4edb7aa2..b07f43e9 100644 --- a/plugins/http/spdy3.c +++ b/plugins/http/spdy3.c @@ -192,6 +192,7 @@ struct uwsgi_buffer *spdy_http_to_spdy(char *buf, size_t len, uint32_t *hh) { // tolower !!! size_t j; for(j=0;j