Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
SSL
SSL.connection

Method SSL.connection()->to_write()


Method to_write

string|int SSL.connection()->to_write()

Description

Extracts data from the packet queues. Returns a string of data to be written, "" if there are no pending packets, 1 of the connection is being closed politely, and -1 if the connection died unexpectedly.

This function is intended to be called from an i/o write callback.