Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed May 6, 2021
1 parent 4da526e commit 1d31aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func New(options *Options) (*Runner, error) {
}

httpxOptions := httpx.DefaultOptions
// Enables automatically tlsgrab if tlsprobe is requested
httpxOptions.TLSGrab = options.TLSGrab || options.TLSProbe
httpxOptions.Timeout = time.Duration(options.Timeout) * time.Second
httpxOptions.RetryMax = options.Retries
Expand Down

0 comments on commit 1d31aa1

Please sign in to comment.