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

Commits on Jun 25, 2021

  1. Flush buffered responses if we have to wait for the next request

    Don't wait for the next request as this can take some time, instead
    flush the outstanding responses already.
    
    Fixes #1043
    erikdubbelboer committed Jun 25, 2021
    Copy the full SHA
    7c0d205 View commit details
    Browse the repository at this point in the history
  2. Only peek 1 byte

    Make sure old clients that send bogus \r\n still work.
    See: golang/go@bf5e19f
    erikdubbelboer committed Jun 25, 2021
    Copy the full SHA
    643b0aa View commit details
    Browse the repository at this point in the history