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

Method SSL.connection()->got_data()


Method got_data

string|int SSL.connection()->got_data(string|int s)

Description

Main receive handler. Returns a string of received application data, or 1 if a close was received, or -1 if an error occured.

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