-
-
Notifications
You must be signed in to change notification settings - Fork 826
Open
Labels
Milestone
Description
- --timeout-request-start (Timeout unless request headers complete within this time. ~10s)
- --timeout-request-complete (Timeout if request body is still being read after this time. ~60s)
-
--limit-request-line-size (4096, See gunicorn) -
--limit-request-header-size (8190, See gunicorn) -
--limit-request-header-count (100, See gunicorn) - --limit-ws-message-size
@Kludex notes
- We are not going to implement
--limit-request-header-count
. The header size limitation is enough. - Should we consider timeout on
startup
andshutdown
lifespans?
Important
- We're using Polar.sh so you can upvote and help fund this issue.
- We receive the funding once the issue is completed & confirmed by you.
- Thank you in advance for helping prioritize & fund our backlog.
mvoitko, andrew222651, shughes-uk and IcerOut