[sr-dev] git:master:ff90dbd1: http_client Update Todo

Olle E. Johansson oej at edvina.net
Wed Feb 3 13:11:21 CET 2016


Module: kamailio
Branch: master
Commit: ff90dbd17fd041bf85d0cb7c3590b0493e8dba15
URL: https://github.com/kamailio/kamailio/commit/ff90dbd17fd041bf85d0cb7c3590b0493e8dba15

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2016-02-03T13:11:11+01:00

http_client Update Todo

---

Modified: modules/http_client/TODO.txt

---

Diff:  https://github.com/kamailio/kamailio/commit/ff90dbd17fd041bf85d0cb7c3590b0493e8dba15.diff
Patch: https://github.com/kamailio/kamailio/commit/ff90dbd17fd041bf85d0cb7c3590b0493e8dba15.patch

---

diff --git a/modules/http_client/TODO.txt b/modules/http_client/TODO.txt
index 8d8f347..bb66e9c 100644
--- a/modules/http_client/TODO.txt
+++ b/modules/http_client/TODO.txt
@@ -5,7 +5,7 @@ The http_client module - todo
 	timeout=x		- DONE
 	read=line/all		- Implemented in API, but not in parameter
 	tlsverify=on/off
-	failover=curlcon	Other curlcon that can be used for failover in case of 5xx response or timeout
+	failover=httpcon	Other httpcon that can be used for failover in case of 5xx response or timeout
 	httpredirect		- DONE
 	useragent		- DONE
 
@@ -21,9 +21,9 @@ The http_client module - todo
 
 - save fingerprint of cert for trust-on-first-use procedure
 
-- status for curlcon-object, needs to be object in process memory, so child_init
+- status for httpcon-object, needs to be object in process memory, so child_init
 	- if 5xx response or timeout set flag
-	- function in dialplan - curlcon_exist(object)
+	- function in dialplan - httpcon_exists(object)
 	- pv $curlstatus(object) ??
 	- this is per process !!!
 




More information about the sr-dev mailing list