From 4320971285dc55a865806e108daa51986c7ff079 Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Thu, 8 Nov 2018 19:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=A7=E8=A1=8CHTTP=20Pass?= =?UTF-8?q?-through=E5=8A=A8=E4=BD=9C=E6=97=B6=E9=94=99=E8=AF=AF=E7=9A=84a?= =?UTF-8?q?ssert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/protocol/http/src/http_entry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/protocol/http/src/http_entry.cpp b/plugin/protocol/http/src/http_entry.cpp index 6259458..44348ba 100644 --- a/plugin/protocol/http/src/http_entry.cpp +++ b/plugin/protocol/http/src/http_entry.cpp @@ -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; }