https://issues.apache.org/bugzilla/show_bug.cgi?id=52476

--- Comment #12 from Joe Orton <[email protected]> 2012-01-19 11:39:20 UTC ---
Created attachment 28175
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28175
debug SSL I/O reads

When mod_ssl tries to read the client handshake from the input filter stack, it
should be a blocking read (APR_BLOCK_READ), so if an EAGAIN or empty brigade is
propagating up, that is a bug somewhere else.

Can you try with the attached patch to see what mod_ssl is receiving from the
filter stack?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to