Le 22/01/2022 à 14:01, Yann Ylavic a écrit :

+            }
+            else if (rv == APR_EAGAIN) {

APR_STATUS_IS_EAGAIN(rv)?


If it is likely the way to do, according to a quick grep "== APR_EAGAIN", their are a few places in event and http2 to check.

CJ

Reply via email to