mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 19:50:18 +00:00
修复无效数据重复被送入结果管道的bug
This commit is contained in:
parent
b94a4c3137
commit
7f4c75bf10
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user