Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: 3f7749af7938798b276c1c4885c0f1bd199d719a https://github.com/OpenSIPS/opensips/commit/3f7749af7938798b276c1c4885c0f1bd199d719a Author: Liviu Chircu <li...@opensips.org> Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths: M modules/rest_client/rest_methods.c Log Message: ----------- rest_client: Fix RHEL 7.9 build regression in commit 7e85fddb6 RHEL 7.9 is using libcurl 7.29 (from 11 years ago), so the CURLINFO_CONNECT_TIME_T easyinfo option is not available. So let's use the CURLINFO_CONNECT_TIME info instead, which returns the exact same data (i.e. the `data->progress.t_connect` handle info), but divided as (double)seconds instead of being returned as (long)useconds. Credits to Răzvan Crainea for reporting this issue! (cherry picked from commit 975f5d13e9444dcb4ebab8f0dec50637ca3809da) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications _______________________________________________ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel