On Sat, 17 Dec 2016 23:21:09 +0000 Nick Kew <n...@apache.org> wrote: > Got some test errors with the new stuff. Investigating. > > Test Summary Report > ------------------- > t/apache/http_strict.t (Wstat: 0 Tests: 78 Failed: 5) > Failed tests: 72-75, 77
The fails are: [ "R" . ": bar" => 500 ], [ "R" . "F\0oo: bar" => 500 ], [ "R" . "F\x01oo: bar" => 500 ], [ "R" . "F\noo: bar" => 500 ], [ "R" . "Foo: b\x01ar" => 500 ], Sorry, haven't followed strict implementation closely enough to know if these are known cases. > t/modules/http2.t (Wstat: 512 Tests: 0 Failed: 0) A visit to CPAN fixed that. Sorry for the noise. -- Nick Kew