Skip to content

Commit 360bc79

Browse files
committed
Update comment which explains in which RFC 451 is defined
Fixes #142
1 parent 1148d75 commit 360bc79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for HTTP-Message
22

33
{{$NEXT}}
4+
- Update comment which explains in which RFC 451 is defined (GH#143) (Olaf
5+
Alders). Reported by Toby Inkster.
46

57
6.25 2020-06-28 17:52:12Z
68
- Don't run Changes test on master in GH actions

lib/HTTP/Status.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ my %StatusCode = (
7575
# 430
7676
431 => 'Request Header Fields Too Large', # RFC 6585: Additional Codes
7777
# 432 .. 450
78-
451 => 'Unavailable For Legal Reasons', # RFC 7724: Legal Obstacles
78+
451 => 'Unavailable For Legal Reasons', # RFC 7725: Legal Obstacles
7979
# 452 .. 499
8080
500 => 'Internal Server Error',
8181
501 => 'Not Implemented',

0 commit comments

Comments
 (0)