On Mon, Jan 24, 2022 at 2:49 PM Yann Ylavic <ylavic....@gmail.com> wrote: > > On Mon, Jan 24, 2022 at 2:02 PM Graham Leggett <minf...@sharp.fm> wrote: > > > > Looks like mod_reqtimeout’s capabilities are overstated at this point - the > > module neatly steps out the way and does nothing the moment it sees a non > > blocking connection: > > > > https://github.com/apache/httpd/blob/trunk/modules/filters/mod_reqtimeout.c#L226 > > Well, this is after check_time_left()..
Yet we should update the socket timeout for AP_MODE_INIT since it's how handshakes are performed.. Done in r1897422.