Module: kamailio Branch: master Commit: 8c037d7c0b10f32de5eacbab46e2f2a38c593aa7 URL: https://github.com/kamailio/kamailio/commit/8c037d7c0b10f32de5eacbab46e2f2a3...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-03-30T09:17:54+02:00
http_client update TODO based on feedback from filipix in issue #541
---
Modified: modules/http_client/TODO.txt
---
Diff: https://github.com/kamailio/kamailio/commit/8c037d7c0b10f32de5eacbab46e2f2a3... Patch: https://github.com/kamailio/kamailio/commit/8c037d7c0b10f32de5eacbab46e2f2a3...
---
diff --git a/modules/http_client/TODO.txt b/modules/http_client/TODO.txt index 34a368c..da2609d 100644 --- a/modules/http_client/TODO.txt +++ b/modules/http_client/TODO.txt @@ -48,3 +48,6 @@ The http_client module - todo
- Option to try connections at module load with CURLOPT_CONNECT_ONLY just to make sure URLs resolve correctly in DNS and ports are open + +- Make it possible to define modparams in any order. For now, httpcon definitions only use default + values from modparam's defined on lines above in the config file. (issue #541)