• Yossi Gottlieb's avatar
    Fix EINTR test failures. (#9751) · a1aba4bf
    Yossi Gottlieb authored
    * Clean up EINTR handling so EINTR will not change connection state to begin with.
    * On TLS, catch EINTR and return it as-is before going through OpenSSL error handling (which seems to not distinguish it from EAGAIN).
    a1aba4bf
connection.h 9.81 KB