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

test: fix tls-no-rsa-key flakiness #4043

Closed

Commits on Dec 2, 2015

  1. test: fix tls-no-rsa-key flakiness

    In some conditions it can happen that the client-side socket is destroyed
    before the server-side socket has gracefully closed, thus causing a
    'ECONNRESET' error in this socket. To solve this, wait in the client-side
    socket for the 'end' event before closing it.
    santigimeno committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    e782a65 View commit details
    Browse the repository at this point in the history