Fix uri on the benchmark utility

This commit is contained in:
Felipe Zimmerle 2018-01-02 20:42:47 -03:00
parent e6712358fa
commit d162d4e20b
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
v3.0.0 - 2017-Dec-13
--------------------

View File

@ -40,7 +40,7 @@ char request_header[] = "" \
"Pragma: no-cache\n\r" \
"Cache-Control: no-cache\n\r";
char request_uri[] = "GET /test.pl?param1=test&para2=test2";
char request_uri[] = "/test.pl?param1=test&para2=test2";
char request_body[] = "";