On Tue, Jun 23, 2020 at 10:53:13AM +0100, Joe Orton wrote:
> On Fri, Jun 19, 2020 at 02:21:48PM +0100, Joe Orton wrote:
> > so if Apache-Test is trying to connect to ::1 but httpd is only 
> > listening on AF_INET port 80, it will look like the server is not 
> > running, even if it is.
> 
> After r1879103 they are now at least starting up, but failing in the 
> proxy tests, which I find a bit surprising:
> 
> https://travis-ci.org/github/apache/httpd/jobs/701189909
> 
> # Failed test 3 in t/modules/proxy.t at line 22
> # Failed test 4 in t/modules/proxy.t at line 23
> t/modules/proxy.t ................... 
> Failed 2/31 subtests 
> 
> that seems to be failing in the <Location>-context ProxyPass test 
> *only*.

cc Yann, I'm guessing this is an unsigned-char bug introduced in:

http://svn.apache.org/viewvc?view=revision&revision=1879094

these tests are going to default to *true* not *false* for unsigned char 
architectures:

-        if (!dconf->mapping_decoded
+        if (dconf->use_original_uri > 0


Reply via email to