Skip to content

Commit

Permalink
http_async_client: cleanup avps/xavps after exec route on Http worker
Browse files Browse the repository at this point in the history
when suspend_transaction is false

(cherry picked from commit ad46b11)
  • Loading branch information
linuxmaniac authored and grumvalski committed Jan 22, 2018
1 parent f5e9533 commit a88346c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/http_async_client/async_http.c
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a88346c

Please sign in to comment.