[OpenSIPS-Devel] [OpenSIPS/opensips] cdb304: rest_client: Fix async transfers with re-used TCP ...
Liviu Chircu
noreply at github.com
Tue Feb 10 14:20:36 UTC 2026
Branch: refs/heads/3.4
Home: https://github.com/OpenSIPS/opensips
Commit: cdb3049f888c12bccf9a2ece931bdf841079098f
https://github.com/OpenSIPS/opensips/commit/cdb3049f888c12bccf9a2ece931bdf841079098f
Author: Liviu Chircu <liviu at opensips.org>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M modules/rest_client/rest_methods.c
Log Message:
-----------
rest_client: Fix async transfers with re-used TCP conns
Fix the edge-case with async cURL where it re-uses an existing TCP
connection. Here, the @connect variable holds a 0 value, thus the
transfer runs in blocking mode unless we relax the condition.
Patch provided by Nuno Almeida from Five9.
(cherry picked from commit aad6b856835a53d660215834e3c16c4591cf2375)
To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications
More information about the Devel
mailing list