We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1148d75 commit 360bc79Copy full SHA for 360bc79
Changes
@@ -1,6 +1,8 @@
1
Revision history for HTTP-Message
2
3
{{$NEXT}}
4
+ - Update comment which explains in which RFC 451 is defined (GH#143) (Olaf
5
+ Alders). Reported by Toby Inkster.
6
7
6.25 2020-06-28 17:52:12Z
8
- Don't run Changes test on master in GH actions
lib/HTTP/Status.pm
@@ -75,7 +75,7 @@ my %StatusCode = (
75
# 430
76
431 => 'Request Header Fields Too Large', # RFC 6585: Additional Codes
77
# 432 .. 450
78
- 451 => 'Unavailable For Legal Reasons', # RFC 7724: Legal Obstacles
+ 451 => 'Unavailable For Legal Reasons', # RFC 7725: Legal Obstacles
79
# 452 .. 499
80
500 => 'Internal Server Error',
81
501 => 'Not Implemented',
0 commit comments