> -----Original Message----- > From: Yann Ylavic [mailto:ylavic....@gmail.com] > Sent: Donnerstag, 4. Februar 2016 10:04 > To: httpd-dev > Subject: Re: HTTPS connections lock-up with 2.4.18 > > On Thu, Feb 4, 2016 at 9:54 AM, Yann Ylavic <ylavic....@gmail.com> wrote: > > 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. > > Would this help?
As it is easy reproducible in his environment I guess an strace over the whole transaction would be the best approach. Regards Rüdiger