mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix uri on the benchmark utility
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
v3.0.0 - 2017-Dec-13
|
v3.0.0 - 2017-Dec-13
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@ char request_header[] = "" \
|
|||||||
"Pragma: no-cache\n\r" \
|
"Pragma: no-cache\n\r" \
|
||||||
"Cache-Control: no-cache\n\r";
|
"Cache-Control: no-cache\n\r";
|
||||||
|
|
||||||
char request_uri[] = "GET /test.pl?param1=test¶2=test2";
|
char request_uri[] = "/test.pl?param1=test¶2=test2";
|
||||||
|
|
||||||
char request_body[] = "";
|
char request_body[] = "";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user