mirror of
https://github.com/curl/curl.git
synced 2026-06-10 08:34:17 +03:00
drop unused argument
This commit is contained in:
parent
708ba69a5b
commit
cb7fb7e2bc
5 changed files with 9 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue