Commit 4ac1652c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp2_hd: Remove invalid nghttp2_downcase call

parent c531e691
...@@ -1383,7 +1383,6 @@ ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_context *inflater, ...@@ -1383,7 +1383,6 @@ ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_context *inflater,
} }
in += valuelen; in += valuelen;
nghttp2_downcase(nv.name, nv.namelen);
if(c == 0x40u) { if(c == 0x40u) {
int flags = NGHTTP2_HD_FLAG_NONE; int flags = NGHTTP2_HD_FLAG_NONE;
if(name_huffman) { if(name_huffman) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment