nghttp2_hd: Remove invalid nghttp2_downcase call

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-07 21:18:45 +09:00
parent c531e691fc
commit 4ac1652c70
1 changed files with 0 additions and 1 deletions

View File

@ -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) {