Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

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

write