Skip to content

Commit 04b580f

Browse files
mathiasbynensDevtools-frontend LUCI CQ
authored andcommitted
Align HTTP 413 description with RFC 9110
Bug: chromium:393650566 Change-Id: I8ca7523fa16984069c80b1d9f8d616d6fba63765 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6257649 Commit-Queue: Yang Guo <[email protected]> Reviewed-by: Yang Guo <[email protected]> Auto-Submit: Mathias Bynens <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
1 parent 4bfec14 commit 04b580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/core/sdk/HttpReasonPhraseStrings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function getStatusText(statusCode: number): string {
4343
410: 'Gone',
4444
411: 'Length Required',
4545
412: 'Precondition Failed',
46-
413: 'Payload Too Large',
46+
413: 'Content Too Large',
4747
414: 'URI Too Long',
4848
415: 'Unsupported Media Type',
4949
416: 'Range Not Satisfiable',

0 commit comments

Comments
 (0)