Headers Size #1669
Unanswered
IlyaDjurin
asked this question in
Q&A
Headers Size
#1669
Replies: 1 comment 4 replies
-
The solution would be to implement that on uvicorn itself. 😅 Ref.: #157 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In uvicorn options i can't see something similar to "--limit-request-header-size" (gunicorn). I need this option, because i have request with headers(cookies) the size of which more then 4096 bytes, and uvicorn raise exception(uvicorn.error) in FastAPI(websocket). When size less then 4096 - request ok. Suggest to me, is there solution to this issue ?
Beta Was this translation helpful? Give feedback.
All reactions