[sr-dev] [kamailio/kamailio] module http_client - support for keeping connections open (#542)

Olle E. Johansson notifications at github.com
Sat Apr 2 08:48:27 CEST 2016


Well if we have one handle per curl con everything will be fine. I have some new code in master that splits up configuration in shared memory and some data like last result code and redirect URL in package memory which is per process. If we move the curl handle into package memory we can have one handle per connection. We just need to make sure we clean up properly. I think the infrastructure for getting this done is on it's way by the latest commits, just need to run more tests and make sure the memory handling works as planned.

As I want to be able to reload the configuration file at some point, we need to figure out how to handle that too.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/542#issuecomment-204658619
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160401/7df6d11c/attachment.html>


More information about the sr-dev mailing list