You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Implementation-wise the timer can use the same timer as Keep-alive; as a multi stage/state timer.
When deployed in recommended configuration with a reverse proxy (e.g. IIS/nginx) this would be handled by the proxy - however, this wouldn't apply in a pure Kestrel deployment.
Timeout between two successive body reads which if exceeded the client is determined to be disconnected and the request aborted.
Failure state:
408 Request Timeoutngnix default
client_body_timeout60sImplementation-wise the timer can use the same timer as Keep-alive; as a multi stage/state timer.
When deployed in recommended configuration with a reverse proxy (e.g. IIS/nginx) this would be handled by the proxy - however, this wouldn't apply in a pure Kestrel deployment.