diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2022-02-28 14:28:37 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2022-03-18 03:24:37 -0400 |
commit | acf46b1bba317fbe2024fc27e54774dc23b9c0de (patch) | |
tree | 697697fa72fe97b2ee3665bef0e27ab4fa2fcb20 /winbuild | |
parent | d3cb3be520151f93e71b1099bcd8f662ce2ab479 (diff) | |
download | curl-acf46b1bba317fbe2024fc27e54774dc23b9c0de.tar.gz |
rtsp: don't let CSeq error override earlier errors
- When done, if an error has already occurred then don't check the
sequence numbers for mismatch.
A sequence number may not have been received if an error occurred.
Prior to this change a sequence mismatch error would override earlier
errors. For example, a server that returns nothing would cause error
CURLE_GOT_NOTHING in Curl_http_done which was then overridden by
CURLE_RTSP_CSEQ_ERROR in rtsp_done.
Closes https://github.com/curl/curl/pull/8525
Diffstat (limited to 'winbuild')
0 files changed, 0 insertions, 0 deletions