mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:47:49 +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
|
|
@ -16,7 +16,7 @@ RTP
|
|||
<reply>
|
||||
<data1>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdf
|
||||
CSeq: 1
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ CSeq: 1
|
|||
|
||||
<data2>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
CSeq: 2
|
||||
Session: asdf
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ Session: asdf
|
|||
|
||||
<data3>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
Cseq: 3
|
||||
Content-Length: 4
|
||||
Content-Type: fake/evil
|
||||
|
|
@ -42,7 +42,7 @@ $99
|
|||
|
||||
<data4>
|
||||
RTSP/1.0 200 OK
|
||||
Server: SWS/libcurl-test
|
||||
Server: RTSPD/libcurl-test
|
||||
Session: asdf
|
||||
CSeq: 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue