mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 12:55:26 +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
|
return http.ErrUseLastResponse
|
||||||
},
|
},
|
||||||
}, retryablehttp.DefaultOptionsSpraying)
|
}, retryablehttp.DefaultOptionsSpraying)
|
||||||
client.Backoff = retryablehttp.FullJitterBackoff()
|
|
||||||
client.CheckRetry = retryablehttp.HostSprayRetryPolicy()
|
client.CheckRetry = retryablehttp.HostSprayRetryPolicy()
|
||||||
|
|
||||||
runner.client = client
|
runner.client = client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user