Method SSL.sslfile()->read()
- Method
read
string
read(void
|int
length
,void
|bool
not_all
)- Description
Read some (decrypted) data from the connection. Works like Stdio.File.read.
- Note
I/O errors from both reading and writing might occur in blocking mode.
- See also