Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): Apply HTTP timeout to all requests #588

Merged
merged 1 commit into from
May 26, 2020

Conversation

jan-auer
Copy link
Member

The http.timeout config variable was only applied to upstream queries, but not to store requests. With this PR, it is applied to all requests as stated in the documentation.

Note that the timeout starts after waiting for a connection and connecting. See actix pipeline for the implementation.

@jan-auer jan-auer requested a review from a team May 26, 2020 08:04
@jan-auer jan-auer self-assigned this May 26, 2020
@jan-auer jan-auer merged commit ae5f4df into master May 26, 2020
@jan-auer jan-auer deleted the feat/all-request-timeout branch May 26, 2020 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants