Skip to content

Commit

Permalink
Merge pull request #1405 from kamailio/vseva/http_async_client_fix
Browse files Browse the repository at this point in the history
http_async_client: cleanup avps/xavps after exec route on Http worker
  • Loading branch information
grumvalski committed Jan 22, 2018
2 parents 2aebb2b + ad46b11 commit f6066a0
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 f6066a0

Please sign in to comment.