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

Flush buffered responses if we have to wait for the next request #1050

Merged
merged 2 commits into from Jun 28, 2021

Conversation

erikdubbelboer
Copy link
Collaborator

Don't wait for the next request as this can take some time, instead
flush the outstanding responses already.

Fixes #1043

Don't wait for the next request as this can take some time, instead
flush the outstanding responses already.

Fixes #1043
Make sure old clients that send bogus \r\n still work.
See: golang/go@bf5e19f
@erikdubbelboer erikdubbelboer merged commit f6560be into master Jun 28, 2021
@erikdubbelboer erikdubbelboer deleted the pipeline-flush branch June 28, 2021 15:38
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.

Partial pipelined request blocks outstanding responses
1 participant