mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
fixup! ircd: Add more HTTP status mappings.
This commit is contained in:
parent
4b2b7ea292
commit
229a222ff6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ enum code
|
|||
CONFLICT = 409,
|
||||
REQUEST_URI_TOO_LONG = 414,
|
||||
EXPECTATION_FAILED = 417,
|
||||
IM_A_TEAPOT, = 418,
|
||||
IM_A_TEAPOT = 418,
|
||||
UNPROCESSABLE_ENTITY = 422,
|
||||
TOO_MANY_REQUESTS = 429,
|
||||
REQUEST_HEADER_FIELDS_TOO_LARGE = 431,
|
||||
|
|
Loading…
Reference in a new issue