Fix paths in H2 tests

Avoids "Illegal :path pseudo-header" errors
parent f9c4e6ad
...@@ -68,7 +68,7 @@ varnish v1 -cliok "param.set feature +http2,-esi_disable_xml_check" ...@@ -68,7 +68,7 @@ varnish v1 -cliok "param.set feature +http2,-esi_disable_xml_check"
client c1 { client c1 {
stream 1 { stream 1 {
txreq -url foo txreq -url /foo
rxresp rxresp
expect resp.status == 200 expect resp.status == 200
expect resp.bodylen == 57 expect resp.bodylen == 57
...@@ -85,7 +85,7 @@ varnish v1 -cli "param.set feature +esi_disable_xml_check" ...@@ -85,7 +85,7 @@ varnish v1 -cli "param.set feature +esi_disable_xml_check"
client c1 { client c1 {
stream 1 { stream 1 {
txreq -url baz txreq -url /baz
rxresp rxresp
expect resp.status == 200 expect resp.status == 200
expect resp.bodylen == 22 expect resp.bodylen == 22
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment