curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: teardown errors out

From: VINEETH NAIR via curl-library <curl-library_at_lists.haxx.se>
Date: Tue, 5 Apr 2022 17:33:12 +0530

On Fri, Apr 1, 2022 at 8:04 PM Daniel Stenberg <daniel_at_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
Received on 2022-04-05