Re: t/apache/content_length_header.t failures

[prev] [thread] [next] [Date index for 2005/01/25]

From: Geoffrey Young
Subject: Re: t/apache/content_length_header.t failures
Date: 13:48 on 25 Jan 2005

> -        my $cl      = have_min_apache_version(2.1) ? undef : 0;
> -        my $head_cl = have_min_apache_version(2.1) ? $cl : undef;
> +        my $cl      = 1 ? undef : 0;
> +        my $head_cl = 1 ? $cl : undef;
> 
> ~         ok t_cmp $res->code, 200, "$method $uri code";
> ~         ok t_cmp ($res->header('Content-Length'),
> 
> then (unsurprisingly) test 2 passes, but 5 and 17 still fail in the
> same way as above.

that's not surprising.  basically, this test is an informative one, designed
to let us know how apache is behaving around this particular issue not
necessarily for mod_perl proper, but so our users know what to expect.

so, I'll take a look at this when I can and update it to reflect the current
situation as best I can, but there is no reason to worry about it as far as
mod_perl goes.

--Geoff

[TEST FAILURE] Apache 2 SEGVs during test run
Dominique Quatravaux 21:37 on 21 Jan 2005

Re: [DOH!] Apache 2 SEGVs during test run
Stas Bekman 01:07 on 25 Jan 2005

Re: t/apache/content_length_header.t failures
Dominique Quatravaux 10:25 on 25 Jan 2005

Re: t/apache/content_length_header.t failures
Dominique Quatravaux 11:42 on 25 Jan 2005

Re: t/apache/content_length_header.t failures
Geoffrey Young 13:48 on 25 Jan 2005

Generated at 17:42 on 27 Jan 2005 by mariachi v0.52