Skip to content

Commit

Permalink
adding stats to multithreades requests (eg fuzzing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Nov 20, 2020
1 parent d566508 commit 0dea929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/pkg/executer/executer_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ func (e *HTTPExecuter) ExecuteParallelHTTP(p *progress.Progress, reqURL string)
}
}(request)
}
p.Update()
e.bulkHTTPRequest.Increment(reqURL)
}
swg.Wait()
Expand Down

0 comments on commit 0dea929

Please sign in to comment.