Skip to content

Commit a7e5097

Browse files
committed
test: update test
1 parent e78a105 commit a7e5097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/echo1.expect

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ listening on http://127.0.0.1:8085
22
echo:
33
{meth=GET; host=localhost:8085;
44
headers=[user-agent: test
5-
accept: */*
6-
host: localhost:8085];
5+
Accept: */*
6+
Host: localhost:8085];
77
path="/echo/?a=b&c=d"; body=""; path_components=["echo"];
88
query=["c","d";"a","b"]}
99
(query: "c" = "d";"a" = "b")

0 commit comments

Comments
 (0)