Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Add ExecutionTimeout parameter #484

@benaadams

Description

@benaadams

Timeout between two successive body reads which if exceeded the client is determined to be disconnected and the request aborted.

Failure state: 408 Request Timeout

ngnix default client_body_timeout 60s

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions