Skip to content

Commit 99efedb

Browse files
committed
http/h1_stream: add :protocol from RFC 8441 to ignored headers list
1 parent 90aa6d6 commit 99efedb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http/h1_stream.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ local ignore_fields = {
482482
[":path"] = true;
483483
[":scheme"] = true;
484484
[":status"] = true;
485+
[":protocol"] = true; -- from RFC 8441
485486
-- fields written manually in :write_headers
486487
["connection"] = true;
487488
["content-length"] = true;

0 commit comments

Comments
 (0)