nghttp2_hd: Remove invalid nghttp2_downcase call
This commit is contained in:
parent
c531e691fc
commit
4ac1652c70
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue