We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d70d5d6 + 88ac9a4 commit 052e3ddCopy full SHA for 052e3dd
http.go
@@ -31,6 +31,7 @@ func DefaultHostSprayingTransport() *http.Transport {
31
// will be re-used for the same host(s).
32
func DefaultReusePooledTransport() *http.Transport {
33
opts := fastdialer.DefaultOptions
34
+ opts.CacheType = fastdialer.Memory
35
fd, _ := fastdialer.NewDialer(opts)
36
transport := &http.Transport{
37
Proxy: http.ProxyFromEnvironment,
0 commit comments