[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter timeout_mode (timeout in seconds or ms) (PR #3615)

2023-10-24 Thread Daniel-Constantin Mierla via sr-dev
Merged #3615 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3615#event-10757942419 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter timeout_mode (timeout in seconds or ms) (PR #3615)

2023-10-24 Thread Daniel-Constantin Mierla via sr-dev
Thanks, merging! If someone has further useful suggestions, new commits/PRs can be made. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3615#issuecomment-1777811718 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter timeout_mode (timeout in seconds or ms) (PR #3615)

2023-10-24 Thread Nicolas C via sr-dev
@nchaigne pushed 1 commit. 32a1c04d1643f40fbb4e75a3b0d7c07b913de0c1 http_client: Add parameter timeout_mode (timeout in seconds or milliseconds) -- View it on GitHub:

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter timeout_mode (timeout in seconds or ms) (PR #3615)

2023-10-24 Thread Nicolas C via sr-dev
@nchaigne commented on this pull request. > @@ -854,3 +854,24 @@ curl_con_t *curl_init_con(str *name) LM_DBG("CURL: Added connection [%.*s]\n", name->len, name->s); return cc; } + +/*! Fixup CURL connections - if timeout is not configured, Use as default global

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter timeout_mode (timeout in seconds or ms) (PR #3615)

2023-10-24 Thread Daniel-Constantin Mierla via sr-dev
@miconda commented on this pull request. > @@ -854,3 +854,24 @@ curl_con_t *curl_init_con(str *name) LM_DBG("CURL: Added connection [%.*s]\n", name->len, name->s); return cc; } + +/*! Fixup CURL connections - if timeout is not configured, Use as default global