History log of /curl/tests/data/test689 (Results 1 – 2 of 2)
Revision Date Author Comments
# b8c00383 01-Feb-2024 Daniel Stenberg

sendf: ignore response body to HEAD

and mark the stream for close, but return OK since the response this far
was ok - if headers were received. Partly because this is what curl has
d

sendf: ignore response body to HEAD

and mark the stream for close, but return OK since the response this far
was ok - if headers were received. Partly because this is what curl has
done traditionally.

Test 499 verifies. Updates test 689.

Reported-by: Sergey Bronnikov
Bug: https://curl.se/mail/lib-2024-02/0000.html
Closes #12842

show more ...


# 036eb150 15-Jan-2024 Stefan Eissing

rtsp: deal with borked server responses

- enforce a response body length of 0, if the
response has no Content-lenght. This is according
to the RTSP spec.
- excess bytes in a

rtsp: deal with borked server responses

- enforce a response body length of 0, if the
response has no Content-lenght. This is according
to the RTSP spec.
- excess bytes in a response body are forwarded to
the client writers which will report and fail the
transfer

Follow-up to d7b6ce6
Fixes #12701
Closes #12706

show more ...