修正执行HTTP Pass-through动作时错误的assert
This commit is contained in:
@@ -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)
|
if (ret == -1 && hf_private_in->is_passthrough)
|
||||||
{
|
{
|
||||||
assert(0);
|
|
||||||
goto __passthrough;
|
goto __passthrough;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user