> -        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

Reply via email to