Skip to content

Commit

Permalink
fuzz: Use new option name
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-alexanderneumann committed Sep 16, 2020
1 parent cb5298b commit 61ee5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fuzz/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func startRunners(ctx context.Context, opts *Options, in <-chan string) (<-chan

for i := 0; i < opts.Threads; i++ {
runner := response.NewRunner(transport, opts.Request, in, out)
runner.BodyBufferSize = opts.MaxBodySize * 1024 * 1024
runner.MaxBodySize = opts.MaxBodySize * 1024 * 1024
runner.Extract = opts.extract

runner.Client.CheckRedirect = func(req *http.Request, via []*http.Request) error {
Expand Down

0 comments on commit 61ee5cd

Please sign in to comment.