On Mon, Oct 8, 2018 at 3:37 AM Branko Čibej <br...@apache.org> wrote:
> On 01.10.2018 15:41, Branko Čibej wrote: > > Hi! > > > > I've just committed the 1.4.0 RC1 release artefacts here: > > > > https://dist.apache.org/repos/dist/dev/serf > > > > Please give them a spin. I don't actually plan to officially release the > > RC1, so these are not tagged but are just a snapshot from the current > > state of the 1.4.x branch. The only planned change for the actual > > release are the release date and revision in the CHANGES file. > > Ping? Beep? Anyone? > > I just ran 'scons check' on Mac OS X 10.13 and the deflate response check fails: --- scons: Building targets ... /usr/bin/python build/check.py test test == Testing test/testcases/deflate.response == <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Test of gzip Content-Encoding</title> </head> <body> <h1>This is a test</h1> <p>This file was created with mod_deflate on the server side.</p> <pre>curl -i --output gzip.response -H "Accept-Encoding: gzip" http://localhost:8080/1.html</pre> <hr /> <address>Apache</address> </body></html> ########################################################### Error running context: 120102 ERROR: test failed in '['test/serf_response', 'test/testcases/deflate.response']', exit code=1 scons: *** [check] Error 1 --- In debugging with lldb, it looks like we're reading past the EOF. 1.3.9 doesn't have this same failure - so, this is a regression from 1.3.x. I'll try to debug further, but I might get distracted...so, I'll drop this here now. =) Cheers. -- justin