mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:37:17 +03:00
lib3208: add a final easy_perform as well
Make the test also verify using the handle in the other order. Closes #16262
This commit is contained in:
parent
242a1439e7
commit
5963f83176
2 changed files with 20 additions and 10 deletions
|
|
@ -36,7 +36,7 @@ lib%TESTNUMBER
|
|||
</tool>
|
||||
|
||||
<name>
|
||||
curl_easy_perform then curl_multi_perform the same handle
|
||||
easy_perform, multi_perform, easy_perform the same handle
|
||||
</name>
|
||||
<command>
|
||||
https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
|
||||
|
|
@ -46,15 +46,19 @@ https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
|
|||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
<protocol crlf="yes">
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue