Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
SSL
SSL.sslfile

Method SSL.sslfile()->read()


Method read

string read(void|int length, void|int(0..1) 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.