0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 12:48:54 +02:00

fixup! ircd: Add more HTTP status mappings.

This commit is contained in:
Jason Volk 2017-04-06 17:08:40 -07:00
parent 4b2b7ea292
commit 229a222ff6

View file

@ -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,