uvicorn swallows exceptions from h11 #2650
Answered
by
Kludex
sschnabe
asked this question in
Potential Issue
|
For requests with large headers (above 16kb) h11 throws an exception in h11/_connection.py#L488. This exception is catched in uvicorn/protocols/http/h11_impl.py#L178 and the log line Should i create an issue and/or pr? PS: i know i can increase the header buffer with |
Answered by
Kludex
Dec 21, 2025
Replies: 1 comment 1 reply
|
I think ideally, we would show more information on a different level. |
1 reply
Answer selected by
Kludex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think ideally, we would show more information on a different level.