[sr-dev] [kamailio/kamailio] Segmentation fault using http_async_client on kamailio 5.0.0 (#1056)
Federico Cabiddu
notifications at github.com
Fri Apr 7 23:28:00 CEST 2017
The issue is in the tm module. While processing the resumed reply, since we are in a case of final reply for the transaction, we delete it after sending it out. This is causing the carsh when, at the end of t_continue we try to access the branch's reply.
I've open a PR https://github.com/kamailio/kamailio/pull/1063 with a fix.
Also, why do you need to suspend the reply in this case? Wouldn't be fine to not suspend the transaction?
See $http_req(suspend) http://www.kamailio.org/docs/modules/devel/modules/http_async_client.html#idp21739572.
--
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/1056#issuecomment-292656252
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20170407/80dd8009/attachment.html>
More information about the sr-dev
mailing list