Skip to content

Commit

Permalink
Fixed max-redirects' default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Ekberg committed May 9, 2017
1 parent 566a9ab commit 57ed986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ func (o Options) SetAllValid(valid bool) Options {
o.VUs.Valid = valid
o.VUsMax.Valid = valid
o.Duration.Valid = valid
o.Iterations.Valid = valid
o.Linger.Valid = valid
o.NoUsageReport.Valid = valid
o.MaxRedirects.Valid = valid
o.InsecureSkipTLSVerify.Valid = valid
o.NoConnectionReuse.Valid = valid
return o
}

0 comments on commit 57ed986

Please sign in to comment.