ssl.sysread(length) => string
ssl.sysread(length, buffer) => buffer
ssl.sysread(length, buffer) => buffer
Instance Public methods
Reads length
bytes from the SSL
connection. If a pre-allocated buffer
is provided the data
will be written into it.
Please login to continue.