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: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Fri, 1 Apr 2022 16:34:47 +0200 (CEST)

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
Received on 2022-04-01