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

Print a message on server timeout #6209

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2018

  1. Print a message on server timeout

    When a remote server does not respond at all, a SocketTimeoutException
    is thrown which is mistakenly interpreted as an InterruptedIOException.
    Thus not printing an error message. This commit fixes it.
    see: bazelbuild#3851
    mmitalidis committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    d5593fc View commit details
    Browse the repository at this point in the history