]> git.ipfire.org Git - thirdparty/curl.git/commit
rtsp: check EOS in the RTSP receive and return an error code
authorDeng Jianfeng <dengjfzh@gmail.com>
Fri, 22 Nov 2024 08:59:19 +0000 (16:59 +0800)
committerViktor Szakats <commit@vsz.me>
Mon, 25 Nov 2024 17:36:41 +0000 (18:36 +0100)
commite243e733632d76eae2cd2eced35fe95411e0a68f
tree42288c846df58aca49fae5213fa0555e314286e4
parentae016b0ccea79eeb0e5f1fd1d27dbf58a24059b5
rtsp: check EOS in the RTSP receive and return an error code

This helps the caller detect disconnection events.

Fixes #15624
Closes #15626
lib/rtsp.c