From 7f4c75bf10d08fc703447956654a1d9d47954644 Mon Sep 17 00:00:00 2001 From: M09Ic Date: Tue, 6 Dec 2022 21:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=95=88=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=87=8D=E5=A4=8D=E8=A2=AB=E9=80=81=E5=85=A5=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=AE=A1=E9=81=93=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/pool.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/pool.go b/internal/pool.go index 0c96856..f3812bc 100644 --- a/internal/pool.go +++ b/internal/pool.go @@ -353,8 +353,6 @@ func (p *Pool) PreCompare(resp *ihttp.Response) error { func (p *Pool) BaseCompare(bl *pkg.Baseline) bool { if !bl.IsValid { - // precompare 确认无效数据直接送入管道 - p.OutputCh <- bl return false } var status = -1