Skip to content

feat(httpd): configurable http read timeout #18928

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

Open
wants to merge 1 commit into
base: master-1.x
Choose a base branch
from

Conversation

foobar
Copy link
Contributor

@foobar foobar commented Jul 13, 2020

HTTP read timeout is useful to avoid half-open connections due to
bad network.

Closes #15410

@timhallinflux timhallinflux requested a review from dgnorton July 17, 2020 15:42
@lesam lesam requested review from lesam and removed request for dgnorton July 7, 2021 17:08
Copy link
Contributor

@lesam lesam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this approach is fine but needs to be updated to fix conflicts.

Stepping back from the PR, which product are you hoping this is released in? We could potentially backport to 1.8, but it would seem more valuable to investigate a fix for 2.x .

Additionally this should really have some sort of test to prove it is working correctly and does not regress (ideally a unit test).

HTTP read timeout is useful to avoid half-open connections due to
bad network.
See influxdata#15410.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants