buildbot success in on httpd-trunk

2019-10-30 Thread buildbot
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

Re: svn commit: r1860166 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ modules/http2/ modules/proxy/ server/

2019-10-30 Thread Yann Ylavic
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)) >