Commit ef2059a4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 93ba8b95
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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
+2 −1
Original line number Original line Diff line number Diff line
@@ -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