test572: fixed
Two problems were fixed: GET_PARAMETER responses that have no body must be 204 response or properly set length to 0. One of the <data> sections had the wrong content-length for its GET_PARAMETER response. Enabled test 572 again.
This commit is contained in:
parent
93ba8b9560
commit
ef2059a44c
@ -2,5 +2,4 @@
|
|||||||
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
||||||
# per line.
|
# per line.
|
||||||
# Lines starting with '#' letters are treated as comments.
|
# Lines starting with '#' letters are treated as comments.
|
||||||
572
|
|
||||||
811
|
811
|
||||||
|
@ -28,10 +28,11 @@ Cseq: 2
|
|||||||
|
|
||||||
scale=enormous
|
scale=enormous
|
||||||
speed=ludicrous
|
speed=ludicrous
|
||||||
|
|
||||||
</data2>
|
</data2>
|
||||||
|
|
||||||
<data3>
|
<data3>
|
||||||
RTSP/1.0 200 OK
|
RTSP/1.0 204 OK
|
||||||
Server: RTSPD/libcurl-test
|
Server: RTSPD/libcurl-test
|
||||||
Session: getparams-test
|
Session: getparams-test
|
||||||
Cseq: 3
|
Cseq: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user