修正执行HTTP Pass-through动作时错误的assert

This commit is contained in:
Lu Qiuwen
2018-11-08 19:13:52 +08:00
parent 49172d0ff3
commit 4320971285

View File

@@ -427,7 +427,6 @@ enum tfe_stream_action http_connection_entry(const struct tfe_stream * stream, e
if (ret == -1 && hf_private_in->is_passthrough)
{
assert(0);
goto __passthrough;
}