From ad46b115bedec01c52c5a9dcde0756db85ee61ec Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 22 Jan 2018 08:58:26 +0100 Subject: [PATCH] http_async_client: cleanup avps/xavps after exec route on Http worker when suspend_transaction is false --- src/modules/http_async_client/async_http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/http_async_client/async_http.c b/src/modules/http_async_client/async_http.c index 59106a3bae3..87a62ea8f6e 100644 --- a/src/modules/http_async_client/async_http.c +++ b/src/modules/http_async_client/async_http.c @@ -45,6 +45,7 @@ #include "../../core/dprint.h" #include "../../core/ut.h" #include "../../core/cfg/cfg_struct.h" +#include "../../core/receive.h" #include "../../core/fmsg.h" #include "../../core/kemi.h" #include "../../modules/tm/tm_load.h" @@ -263,6 +264,7 @@ void async_http_cb(struct http_m_reply *reply, void *param) LM_ERR("error running event route kemi callback\n"); } } + ksr_msg_env_reset(); } done: