We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e671235 commit d162d4eCopy full SHA for d162d4e
CHANGES
@@ -1,4 +1,3 @@
1
-
2
v3.0.0 - 2017-Dec-13
3
--------------------
4
test/benchmark/benchmark.cc
@@ -40,7 +40,7 @@ char request_header[] = "" \
40
"Pragma: no-cache\n\r" \
41
"Cache-Control: no-cache\n\r";
42
43
-char request_uri[] = "GET /test.pl?param1=test¶2=test2";
+char request_uri[] = "/test.pl?param1=test¶2=test2";
44
45
char request_body[] = "";
46
0 commit comments