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

request-server: don't return EOF if there is an unexpected error #392

Merged
merged 3 commits into from
Nov 18, 2020

Commits on Nov 16, 2020

  1. request-server: don't return EOF if there is an unexpected error

    io.EOF means no error so convert to ErrUnexpectedEOF if we detect
    a transfer error
    drakkan committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6af3f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8637833 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. request-server test: set size for the error channel to 1

    This way even if we do not read from this channel, there is not a
    blocked goroutine left hanging
    drakkan committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    75eca30 View commit details
    Browse the repository at this point in the history