On Thu, Feb 4, 2016 at 9:41 AM, Yann Ylavic <ylavic....@gmail.com> wrote: > Doesn't the socket_bucket_read() call (frame #3) enter > apr_socket_timeout_set(p, 0), and hence sononblock() which puts the > socket in O_NONBLOCK?
and resets APR_INCOMPLETE_READ. > > Maybe "strace" would help here too, since we are in the system now. >