diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/core-utils/miscs/http-error-codes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/core-utils/miscs/http-error-codes.ts b/shared/core-utils/miscs/http-error-codes.ts index 9ba725fb9..8c8b87ba0 100644 --- a/shared/core-utils/miscs/http-error-codes.ts +++ b/shared/core-utils/miscs/http-error-codes.ts | |||
@@ -291,7 +291,7 @@ export enum HttpStatusCode { | |||
291 | /** | 291 | /** |
292 | * This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper Text Coffee Pot Control Protocol, | 292 | * This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper Text Coffee Pot Control Protocol, |
293 | * and is not expected to be implemented by actual HTTP servers. The RFC specifies this code should be returned by | 293 | * and is not expected to be implemented by actual HTTP servers. The RFC specifies this code should be returned by |
294 | * teapots requested to brew coffee. This HTTP status is used as an Easter egg in some websites, including Google.com. | 294 | * teapots requested to brew coffee. This HTTP status is used as an Easter egg in some websites, including PeerTube instances ;-). |
295 | */ | 295 | */ |
296 | I_AM_A_TEAPOT_418 = 418, | 296 | I_AM_A_TEAPOT_418 = 418, |
297 | 297 | ||