Skip to content

Commit 1e98c5a

Browse files
committed
vtc_http2: content-encoding is not a pseudo header
1 parent 336f96c commit 1e98c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/varnishtest/vtc_http2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ cmd_tx11obj(CMD_ARGS)
16021602
break;
16031603
av += i;
16041604
if (i > 1) {
1605-
ENC(hdr, ":content-encoding", "gzip");
1605+
ENC(hdr, "content-encoding", "gzip");
16061606
f.flags &= ~END_STREAM;
16071607
}
16081608
}

0 commit comments

Comments
 (0)