Module: kamailio Branch: master Commit: f7caf81a8fb8f3b053dae885f6076dcce9a08191 URL: https://github.com/kamailio/kamailio/commit/f7caf81a8fb8f3b053dae885f6076dcc...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-04-02T08:36:55+02:00
http_client update TODO
---
Modified: modules/http_client/TODO.txt
---
Diff: https://github.com/kamailio/kamailio/commit/f7caf81a8fb8f3b053dae885f6076dcc... Patch: https://github.com/kamailio/kamailio/commit/f7caf81a8fb8f3b053dae885f6076dcc...
---
diff --git a/modules/http_client/TODO.txt b/modules/http_client/TODO.txt index c80c4a3..81738c5 100644 --- a/modules/http_client/TODO.txt +++ b/modules/http_client/TODO.txt @@ -13,9 +13,9 @@ The http_client module - todo - save fingerprint of cert for trust-on-first-use procedure
- connection and last status for httpcon-object, needs to be object in process memory, so child_init - Note: Right now httpcon-objects are allocated in pkg memory. This is bad for a reload, - but good for what we need to do here. + - test what happens if we allocate curlcon objects in shared memory and use locks + Code implemeneted in git master branch for testing - if 5xx response or timeout set flag - function in dialplan - httpcon_exists(object) - pv $curlstatus(object) ??