On Fri, Apr 1, 2022 at 8:04 PM Daniel Stenberg <dan...@haxx.se> wrote:
> 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? > > > Thanks Daniel. That was helpful. There was a callback function that was erroring out. Once I fixed that the issue got fixed.
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html