修复redirect命中RespBody后,修改action状态,不发送日志

修复pcre2_substitute失败后,页面无法显示
This commit is contained in:
fengweihao
2019-06-26 20:53:45 +08:00
parent c7ecf01427
commit 65e0ac29d5
3 changed files with 8 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ not_enough_mem_retry:
if(rc<=0)
{
free(out_buffer);
outlen=rc;
outlen=0;
}
else
{