From 4d326c5c528e1986692defd389b64fbb7c08929d Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Mon, 26 Nov 2018 11:29:23 +0800 Subject: [PATCH] =?UTF-8?q?Close=20#83=20=E5=8E=BB=E6=8E=89resume()?= =?UTF-8?q?=E4=B8=AD=E7=9A=84gc=E6=96=AD=E8=A8=80=EF=BC=8C=E5=BD=93session?= =?UTF-8?q?=E5=9C=A8gc=E4=B8=ADresume=E6=97=B6=EF=BC=8C=E7=AB=8B=E5=8D=B3?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=AD=89=E5=BE=85session=E9=94=80=E6=AF=81?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/protocol/http/src/http_half.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/protocol/http/src/http_half.cpp b/plugin/protocol/http/src/http_half.cpp index 9ede1b2..499fd61 100644 --- a/plugin/protocol/http/src/http_half.cpp +++ b/plugin/protocol/http/src/http_half.cpp @@ -905,7 +905,6 @@ void hs_ops_resume(struct tfe_http_session * session) struct http_session_private * hs_private = to_hs_private(session); struct http_connection_private * hc_private = hs_private->hc_private; - assert(!hs_private->in_gc_queue); if (hs_private->suspend_tag_effective) { tfe_stream_resume(hc_private->stream);