Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eshitachandwani committed Dec 4, 2024
1 parent 8348b1f commit f0d5b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ var (
// testing purposes.
SetBufferPoolingThresholdForTesting any // func(int)

// HTTPSProxyFromEnvironmentForTesting returns the URL of the proxy to use for testing purposes. It is used to override the
// HTTPSProxyFromEnvironmentForTesting returns the URL of the proxy to use
// for testing purposes. It is used to override the `http.ProxyFromEnvironment`
// function for testing purposes.
HTTPSProxyFromEnvironmentForTesting any // func(*http.Request) (*url.URL, error)
)

Expand Down

0 comments on commit f0d5b7b

Please sign in to comment.