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/test570 | |
parent | 35fbeda0032860929292896f73ab37a274cb5fa1 (diff) |
update rtsp server header field from SWS to RTSPD
Diffstat (limited to 'tests/data/test570')
-rw-r--r-- | tests/data/test570 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test570 b/tests/data/test570 index 9bc9e0c8e..aec863846 100644 --- a/tests/data/test570 +++ b/tests/data/test570 @@ -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 |