TlsStream.read
Read decrypted data from the TLS stream.
This is a non-blocking operation.
Parameters
buffer | Buffer to read data into. |
Returns
Result indicating success with bytes read, or error/would-block status.
Read decrypted data from the TLS stream.
This is a non-blocking operation.
buffer | Buffer to read data into. |