Module: kamailio Branch: master Commit: de3afab1631fc6c617b66d03ebf173bbfe10a144 URL: https://github.com/kamailio/kamailio/commit/de3afab1631fc6c617b66d03ebf173bb...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-02-02T15:24:21+01:00
http_client Update TODO
Add note about stuff that needs a per-process handling (referring to a discussion between HW and OEJ this weekend at Fosdem)
---
Modified: modules/http_client/TODO.txt
---
Diff: https://github.com/kamailio/kamailio/commit/de3afab1631fc6c617b66d03ebf173bb... Patch: https://github.com/kamailio/kamailio/commit/de3afab1631fc6c617b66d03ebf173bb...
---
diff --git a/modules/http_client/TODO.txt b/modules/http_client/TODO.txt index 1635b0c..8d8f347 100644 --- a/modules/http_client/TODO.txt +++ b/modules/http_client/TODO.txt @@ -1,4 +1,4 @@ -The curl module - todo +The http_client module - todo ======================
- connection parameters @@ -25,8 +25,10 @@ The curl module - todo - if 5xx response or timeout set flag - function in dialplan - curlcon_exist(object) - pv $curlstatus(object) ?? + - this is per process !!!
- Figure out a way to communicate back the content-type of the response. Another pvar arg? + - This is per process!
- pv for curl error codes (result < 100) $curlerror(code) Result string - DONE