Skip to content

v0.7.1

Compare
Choose a tag to compare
released this 14 Feb 10:45
· 122 commits to master since this release

OpenSSL handshake deadlock fix

  • Applies a patch, fixing a "deadlock" where SSL_read fails to perform the initial handshake because of send failing with too much backpressure - causing the SSL socket to remain stuck in "limbo" mode until it times out. This fix gracefully handles this edge case.