On Mon, Jan 24, 2022 at 3:39 PM Graham Leggett <minf...@sharp.fm> wrote: > > On 24 Jan 2022, at 14:33, Yann Ylavic <ylavic....@gmail.com> wrote: > > > I mean not only mod_ssl could return an error for > > ap_get_brigade(AP_MODE_INIT), APR_EGENERAL is not distinctive enough > > IMHO. > > True - changed to AP_FILTER_ERROR in r1897418, which is the correct code for > this.
Would it work if ssl_hook_process_connection() handled only EAGAIN and otherwise always returned DECLINED (expecting that the usual processing would re-catch the error and still behave correctly)?