diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-15 22:40:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-15 22:40:28 +0200 |
commit | ef2059a44c7c28ff3f09a77259b80ad3a0d00c32 (patch) | |
tree | 4d67aec27cd6b48bb9c1e02fcabfcc0c356efeab /tests/data/test572 | |
parent | 93ba8b9560f9089379189d94edbab217f1822684 (diff) |
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.
Diffstat (limited to 'tests/data/test572')
-rw-r--r-- | tests/data/test572 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test572 b/tests/data/test572 index c06e531fc..83ae646e2 100644 --- a/tests/data/test572 +++ b/tests/data/test572 @@ -28,10 +28,11 @@ Cseq: 2 scale=enormous speed=ludicrous + </data2> <data3> -RTSP/1.0 200 OK +RTSP/1.0 204 OK Server: RTSPD/libcurl-test Session: getparams-test Cseq: 3 |