MINIR: mux-h1: Return 414 or 431 when appropriate

When the request is too large to fit in a buffer a 414 or a 431 error
message is returned depending on the error state of the request parser. A
414 is returned if the URI is too long, otherwise a 431 is returned.

This patch should fix the issue #1309.
This commit is contained in:
Christopher Faulet 2024-11-18 22:19:00 +01:00
parent 41f28b3c53
commit bc967758a2
3 changed files with 14 additions and 2 deletions