drop unused argument

This commit is contained in:
Viktor Szakats 2025-08-19 16:57:27 +02:00
parent 708ba69a5b
commit cb7fb7e2bc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 9 additions and 3 deletions

View file

@ -55,7 +55,7 @@ lib%TESTNUMBER
HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
- %HOSTIP %HTTPPORT
</command>
</client>

View file

@ -55,7 +55,7 @@ lib%TESTNUMBER
HTTP GET connection cache limit (CURLOPT_MAXCONNECTS)
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
- %HOSTIP %HTTPPORT
</command>
</client>

View file

@ -54,7 +54,7 @@ lib%TESTNUMBER
GLOBAL CACHE test over two easy performs
</name>
<command>
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
- %HOSTIP %HTTPPORT
</command>
</client>

View file

@ -59,6 +59,9 @@ lib%TESTNUMBER
<name>
HTTP GET multiple files over HTTP/2 using HTTPS
</name>
<command>
- %HOSTIP %HTTP2TLSPORT
</command>
</client>
# Verify data after the test has been "shot"

View file

@ -59,6 +59,9 @@ lib%TESTNUMBER
<name>
HTTP/2 using STREAM_WEIGHTs
</name>
<command>
- %HOSTIP %HTTP2TLSPORT
</command>
</client>
# Verify data after the test has been "shot"