mirror of
https://github.com/curl/curl.git
synced 2026-06-10 11:54:15 +03:00
fixups
This commit is contained in:
parent
1e359d9c3e
commit
708ba69a5b
4 changed files with 12 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ lib%TESTNUMBER
|
|||
<name>
|
||||
HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@ lib%TESTNUMBER
|
|||
<name>
|
||||
HTTP GET connection cache limit (CURLOPT_MAXCONNECTS)
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
|
|
@ -53,6 +53,9 @@ lib%TESTNUMBER
|
|||
<name>
|
||||
GLOBAL CACHE test over two easy performs
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER %HOSTIP %HTTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@ lib%TESTNUMBER
|
|||
<name>
|
||||
HTTP GET with more than FD_SETSIZE descriptors open
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue