1<testcase> 2 3#Informational 4<info> 5<keywords> 6RTSP 7OPTIONS 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14RTSP/1.1234567 200 OK 15Server: RTSPD/libcurl-test 16CSeq: 1 17Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE 18Curl-Private: swsclose 19</data> 20<datacheck> 21</datacheck> 22</reply> 23 24# Client-Side 25<client> 26<server> 27rtsp 28</server> 29<tool> 30lib567 31</tool> 32 33<name> 34Funny RTSP version in response 35</name> 36<command> 37rtsp://%HOSTIP:%RTSPPORT/577 38</command> 39</client> 40 41<verify> 42<protocol> 43OPTIONS rtsp://%HOSTIP:%RTSPPORT/577 RTSP/1.0 44CSeq: 1 45User-Agent: test567 46Test-Number: 567 47 48</protocol> 49# 8 == CURLE_WEIRD_SERVER_REPLY 50<errorcode> 518 52</errorcode> 53</verify> 54 55</testcase> 56