On Fri, 1 Apr 2022, VINEETH NAIR via curl-library wrote:

I am using libcurl version 7.79.1. I am trying to terminate an RTSP session with an IP camera by sending the "teardown" RTSP request. From the Wireshark logs I can't see the "TEARDOWN" packet being sent by libcurl. Instead, curl_easy_perform gives the error CURL_ABORTED_BY_CALLBACK(42).

I think the these two things are separate. CURL_ABORTED_BY_CALLBACK means a callback returned an error code that makes libcurl stop.

If that isn't done on purpose, then maybe investigate that first?

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to