The Buildbot has detected a restored build on builder httpd-trunk while
building . Full details are available at:
https://ci.apache.org/builders/httpd-trunk/builds/4189
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: bb_slave6_ubuntu
Build Reason: The Nightly scheduler named
On Tue, Oct 29, 2019 at 8:01 PM Rainer Jung wrote:
>
> Double check: the condition in the do-while loop that was chaned to a
> while loop has also changed:
>
> FROM
>
> do { ... }
> while ((bytes_read < MAX_MEM_SPOOL - 80)
> && !APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))
>