mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix uri on the benchmark utility
This commit is contained in:
parent
e6712358fa
commit
d162d4e20b
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[] = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user