diff --git a/cmd/fuzz/main.go b/cmd/fuzz/main.go index 96a339e..310e305 100644 --- a/cmd/fuzz/main.go +++ b/cmd/fuzz/main.go @@ -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 {