Skip to content

Commit 10d5acb

Browse files
committed
http/h1_reason_phrases: Add 103 now that RFC 8297 is published
1 parent d788f64 commit 10d5acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http/h1_reason_phrases.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ local reason_phrases = setmetatable({
55
["100"] = "Continue";
66
["101"] = "Switching Protocols";
77
["102"] = "Processing";
8+
["103"] = "Early Hints";
89

910
["200"] = "OK";
1011
["201"] = "Created";

0 commit comments

Comments
 (0)