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

add flush-interval option #17

Merged
merged 1 commit into from
Feb 4, 2019
Merged

add flush-interval option #17

merged 1 commit into from
Feb 4, 2019

Conversation

ploxiln
Copy link
Owner

@ploxiln ploxiln commented Feb 4, 2019

When proxying streaming responses, it would not flush the response
writer buffer until full or response is complete. That's still
the default but with this option you can make it flush responses
periodically e.g. once per second.

(modified by ploxiln to be disabled by default, and also to remove
NewReverseProxy() which just calls NewSingleHostReverseProxy())

When proxying streaming responses, it would not flush the response
writer buffer until full or response is complete. That's still
the default but with this option you can make it flush responses
periodically e.g. once per second.

(modified by ploxiln to be disabled by default, and also to remove
NewReverseProxy() which just calls NewSingleHostReverseProxy())
@ploxiln ploxiln merged commit 09e8dbd into master Feb 4, 2019
@ploxiln ploxiln deleted the flush_interval branch March 4, 2019 18:51
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.

1 participant