mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix uri on the benchmark utility
This commit is contained in:
parent
e6712358fa
commit
d162d4e20b
@ -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¶2=test2";
|
||||
char request_uri[] = "/test.pl?param1=test¶2=test2";
|
||||
|
||||
char request_body[] = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user