mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-15 19:50:18 +00:00
remove checkpool fuzzy output
This commit is contained in:
parent
eb328a4b52
commit
fab69d977a
@ -154,10 +154,10 @@ func (pool *CheckPool) Handler() {
|
||||
if bl.IsValid {
|
||||
if bl.RedirectURL != "" {
|
||||
pool.doRedirect(bl, bl.ReqDepth)
|
||||
pool.putToFuzzy(bl)
|
||||
pool.putToOutput(bl)
|
||||
} else if bl.Status == 400 {
|
||||
pool.doUpgrade(bl)
|
||||
pool.putToFuzzy(bl)
|
||||
pool.putToOutput(bl)
|
||||
} else {
|
||||
params := map[string]interface{}{
|
||||
"current": bl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user