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.
1 parent a9d57a9 commit 9c0e39fCopy full SHA for 9c0e39f
fasthttpproxy/proxy_env.go
@@ -90,7 +90,7 @@ func FasthttpProxyHTTPDialerTimeout(timeout time.Duration) fasthttp.DialFunc {
90
auth := authBarrierStorage.Load()
91
if auth == nil {
92
authBarrier := base64.StdEncoding.EncodeToString([]byte(proxyURL.User.String()))
93
- auth := &authBarrier
+ auth = &authBarrier
94
authBarrierStorage.Store(auth)
95
}
96
0 commit comments