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

Tune-able timeouts in http.Server #6007

Closed
broamski opened this issue Jan 7, 2019 · 0 comments
Closed

Tune-able timeouts in http.Server #6007

broamski opened this issue Jan 7, 2019 · 0 comments
Milestone

Comments

@broamski
Copy link
Contributor

broamski commented Jan 7, 2019

Is your feature request related to a problem? Please describe.
When uploading large files to vault for processing by a plugin, last-mile or slower connection users experience i/o timeout errors as the http.Server ReadTimeout of 30 seconds is met.

Describe the solution you'd like
Allow http.Server timeouts to be user configurable.

Describe alternatives you've considered & Explain any additional use-cases
The obvious answer is "alter the process to use a smaller value that also represents the submitted payload" (hashes, etc.). This is an ideal future state, but several legacy systems would require a non-trivial amount of work to support this change.

@broamski broamski changed the title Tune-able i/o timeouts in http.Server Tune-able timeouts in http.Server Jan 8, 2019
@briankassouf briankassouf added this to the 1.1.2 milestone Apr 2, 2019
@briankassouf briankassouf modified the milestones: 1.1.2, 1.1.3 Apr 29, 2019
@briankassouf briankassouf assigned ghost May 1, 2019
@ghost ghost closed this as completed May 10, 2019
This issue was closed.
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

No branches or pull requests

2 participants