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
2 changed files with 1 additions and 2 deletions

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[] = "";