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

--- Comment #14 from Joe Orton <[email protected]> 2012-01-20 10:24:32 UTC ---
[Thu Jan 19 15:22:52.397200 2012] [ssl:trace7] [pid 4816:tid 1028]
ssl_engine_io.c(475): [client 127.0.0.1:50779] read of 11 bytes => 0, mode =
blocking, brigade is empty

Thanks, Gregg.  This would suggest Bill's intuition about an EAGAIN is correct,
but specifically, the only way this could happen is if apr_bucket_read() is
returning EAGAIN for a blocking read.  The core input filter should really
treat that as an error, because it should never happen.

The obvious step on Unix would be to get "strace" output to see what the system
calls are doing, but somebody with Windows domain expertise will have to
suggest what to do.

-- 
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