Skip to content

Commit d162d4e

Browse files
author
Felipe Zimmerle
committed
Fix uri on the benchmark utility
1 parent e671235 commit d162d4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
v3.0.0 - 2017-Dec-13
32
--------------------
43

test/benchmark/benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ char request_header[] = "" \
4040
"Pragma: no-cache\n\r" \
4141
"Cache-Control: no-cache\n\r";
4242

43-
char request_uri[] = "GET /test.pl?param1=test&para2=test2";
43+
char request_uri[] = "/test.pl?param1=test&para2=test2";
4444

4545
char request_body[] = "";
4646

0 commit comments

Comments
 (0)