Skip to content

Commit cc01a38

Browse files
miyagawaoalders
authored andcommitted
Add a comment for the RFC number
There's a comment "Unmarked codes are from RFC 2616" so i guess we need to add an explicit comment, not just git commit message.
1 parent 785a239 commit cc01a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTTP/Status.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ my %StatusCode = (
1818
100 => 'Continue',
1919
101 => 'Switching Protocols',
2020
102 => 'Processing', # RFC 2518 (WebDAV)
21-
103 => 'Early Hints',
21+
103 => 'Early Hints', # RFC 8297
2222
200 => 'OK',
2323
201 => 'Created',
2424
202 => 'Accepted',

0 commit comments

Comments
 (0)