Skip to content

Commit 61ee5cd

Browse files
fuzz: Use new option name
1 parent cb5298b commit 61ee5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/fuzz/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ func startRunners(ctx context.Context, opts *Options, in <-chan string) (<-chan
327327

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

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

0 commit comments

Comments
 (0)