diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-01 19:57:11 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-01 19:57:11 +0000 |
commit | 516cf5c8ddd6a094babdf4ee2d3b2fa4c7a48b0e (patch) | |
tree | f1c383600d0d766b5bf584b7fc9e26b4ebc54407 /tests/data/test571 | |
parent | 35fbeda0032860929292896f73ab37a274cb5fa1 (diff) |
update rtsp server header field from SWS to RTSPD
Diffstat (limited to 'tests/data/test571')
-rw-r--r-- | tests/data/test571 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test571 b/tests/data/test571 index a03d86af8..9b263b12b 100644 --- a/tests/data/test571 +++ b/tests/data/test571 @@ -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 |