From 4ac1652c7086f121f646db08dfc4ceff6a008791 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 7 Jan 2014 21:18:45 +0900 Subject: [PATCH] nghttp2_hd: Remove invalid nghttp2_downcase call --- lib/nghttp2_hd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index 01a40f2f..00fa1fee 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -1383,7 +1383,6 @@ ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_context *inflater, } in += valuelen; - nghttp2_downcase(nv.name, nv.namelen); if(c == 0x40u) { int flags = NGHTTP2_HD_FLAG_NONE; if(name_huffman) {