mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
76
Engine/lib/curl/tests/data/test570
Normal file
76
Engine/lib/curl/tests/data/test570
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
<testcase>
|
||||
|
||||
#Informational
|
||||
<info>
|
||||
<keywords>
|
||||
RTSP
|
||||
Mismatch checking
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data1>
|
||||
RTSP/1.0 200 OK
|
||||
Server: RTSPD/libcurl-test
|
||||
CSeq: 2
|
||||
Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
||||
Informational: CSeq Mismatch
|
||||
|
||||
</data1>
|
||||
<data2>
|
||||
RTSP/1.0 200 OK
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdf
|
||||
CSeq: 999
|
||||
|
||||
</data2>
|
||||
<data3>
|
||||
RTSP/1.0 200 OK
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdfWRONG
|
||||
Informational: Session ID mismatch
|
||||
Curl-Private: swsclose
|
||||
CSeq: 1000
|
||||
|
||||
</data3>
|
||||
|
||||
</reply>
|
||||
|
||||
# Client-Side
|
||||
<client>
|
||||
<server>
|
||||
rtsp
|
||||
</server>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
||||
<name>
|
||||
RTSP CSeq and Session Mismatch checks
|
||||
</name>
|
||||
<command>
|
||||
rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
<verify>
|
||||
<strip>
|
||||
^If-Modified-Since:.*
|
||||
</strip>
|
||||
<protocol>
|
||||
OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0001 RTSP/1.0
|
||||
CSeq: 1
|
||||
|
||||
SETUP rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0002 RTSP/1.0
|
||||
CSeq: 999
|
||||
Transport: RAW/RAW/UDP;unicast;client_port=3056-3057
|
||||
|
||||
PLAY rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER0003 RTSP/1.0
|
||||
CSeq: 1000
|
||||
Session: asdf
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue