On Tue, May 29, 2018 at 9:53 PM, Ruediger Pluem <[email protected]> wrote: > > ..... > >> + else if (rv == APR_SUCCESS || rv == APR_EOF) { >> + rv = APR_INCOMPLETE; > > Hm, how can the condition in else if ever be true? We only get to else if rv > is neither APR_SUCCESS or APR_EOF.
Thanks RĂ¼diger, bad copy/paste all along :/ Fixed in r1832479 and added to backport proposal. Regards, Yann.
