Skip to content

Make TlsConnection BIO non-blocking even with TCP only

Anthony Gauchy requested to merge fix/blocking_tls_connection_2_1 into release/2.1
  • all basic TlsConnection method are now non-blocking (connection,read, write) in every case.
  • TlsConnection::readAll method now handle timeout.

cherry-picked from 5e2a53d2

Merge request reports