Commit ef1a6dc8 authored by Nils Goroll's avatar Nils Goroll

help readability

parent d496fd11
......@@ -38,21 +38,21 @@ server s2 {
server s3 {
rxreq
expect req.url == "/c2"
expect req.http.top-url == "/"
expect req.http.top-method == "GET"
expect req.http.top-proto == "HTTP/1.1"
expect req.http.top-foo == "bar"
expect req.url == "/c2"
txresp
} -start
server s4 {
rxreq
expect req.url == "/b1"
expect req.http.top-url == "/"
expect req.http.top-method == "GET"
expect req.http.top-proto == "HTTP/1.1"
expect req.http.top-foo == "bar"
expect req.url == "/b1"
txresp
} -start
......
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