using perl 5.18 I get:

t/modules/http2.t ................... 1/51
# Failed test 34 in t/modules/http2.t at line 242 fail #4
# Failed test 50 in t/modules/http2.t at line 194 fail #6
# Failed test 51 in t/modules/http2.t at line 194 fail #7

# testing : content comparision
# expected: '<html><body>
# <h2>Hello World!</h2>
# TLS_SNI="localhost"
# </body></html>
# '
# received: '<html><body>
# <h2>Hello World!</h2>
# TLS_SNI=""
# </body></html>
# '
not ok 34

test case: VHOST001, expect 404 or 421 (using Host:): GET 
https://localhost:8544/misdirected
# testing : GET https://localhost:8544/misdirected
# expected: 421
# received: '404'
not ok 50
test case: VHOST002, expect 404 or 421 (using :authority): GET 
https://localhost:8544/misdirected
# Failed test 50 in t/modules/http2.t at line 194 fail #6
# testing : GET https://localhost:8544/misdirected
# expected: 421
# received: '404'
not ok 51
# Failed test 51 in t/modules/http2.t at line 194 fail #7

Reply via email to