mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:23:06 +03:00
update rtsp server header field from SWS to RTSPD
This commit is contained in:
parent
35fbeda003
commit
516cf5c8dd
5 changed files with 19 additions and 19 deletions
|
|
@ -12,7 +12,7 @@ Mismatch checking
|
|||
<reply>
|
||||
<data1>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
CSeq: 2
|
||||
Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
||||
Informational: CSeq Mismatch
|
||||
|
|
@ -20,14 +20,14 @@ Informational: CSeq Mismatch
|
|||
</data1>
|
||||
<data2>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdf
|
||||
CSeq: 999
|
||||
|
||||
</data2>
|
||||
<data3>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdfWRONG
|
||||
Informational: Session ID mismatch
|
||||
Curl-Private: swsclose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue