mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 17:15:25 +00:00
Misc fixes
This commit is contained in:
parent
80561fef23
commit
3ea8b07be3
@ -46,7 +46,6 @@ func New(options *Options) (*Runner, error) {
|
||||
return http.ErrUseLastResponse
|
||||
},
|
||||
}, retryablehttp.DefaultOptionsSpraying)
|
||||
client.Backoff = retryablehttp.FullJitterBackoff()
|
||||
client.CheckRetry = retryablehttp.HostSprayRetryPolicy()
|
||||
|
||||
runner.client = client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user