Justin Erenkrantz wrote:
On 2/12/06, Brian Pane <[EMAIL PROTECTED]> wrote:

to return different values for "EAGAIN and please do a poll on
readability for me" vs. "EAGAIN and please do a poll on writability
for me."  The connection state logic in the event MPM assumes
that an EAGAIN result from an input filter means "poll for readability,"
but in the case of SSL that's not necessarily true.


Why can't it just poll for read/write if its an SSL socket?  -- justin

Because as soon as the socket is free to write, poll will succeed.

Bill

Reply via email to