[OpenSIPS-Devel] [OpenSIPS/opensips] 0e56b0: rest_client: Fix async transfers with re-used TCP ...
Liviu Chircu
noreply at github.com
Tue Feb 10 14:20:34 UTC 2026
Branch: refs/heads/3.6
Home: https://github.com/OpenSIPS/opensips
Commit: 0e56b0ca4f0389b1a4775da1292a0c9cad0bfc87
https://github.com/OpenSIPS/opensips/commit/0e56b0ca4f0389b1a4775da1292a0c9cad0bfc87
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