> t/apache/content_length_header.t 27 3 11.11% 2 5 17
that test is known to fail on httpd 2.1. as an FYI the t/apache directory contains tests that we use to monitor the behavior of Apache proper in areas that interest us. way back we took the time to trace how httpd 2.0 handled the C-L header under various conditions and wrote a test. 2.1 changed some of that behavior so the tests now fail. in short, the failure represents not something wrong with mod_perl, but a behavior in httpd that has changed that might affect you if you use that part of the mp2 API. so, I committed a change that skips the test on 2.1 until I have the time to figure out what the right answer is from httpd's point of view. > t/modules/proxy.t 255 65280 1 2 200.00% 1 I can't speak about that one. > [Tue Jun 28 11:06:31 2005] [info] Server: Apache/2.1.7-dev, Interface: > mod_ssl/2.1.7-dev, Library: OpenSSL/0.9.7g HTH --Geoff