File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ func (c *connWithBufferedReader) Read(p []byte) (int, error) {
2424//
2525// Note: baseTransport is considered to be a clone created with transport.Clone()
2626//
27- // - If a the proxyPath is not empty, a unix socket proxy is created.
28- // - Otherwise, the proxyURL is used to determine if we should proxy socks5 / http connections
27+ // - If proxyPath is not empty, a unix socket proxy is created.
28+ // - Otherwise, proxyURL is used to determine if we should proxy socks5 / http connections
2929func withProxyTransport (baseTransport * http.Transport , proxyURL * url.URL , proxyPath string ) * http.Transport {
3030 handshakeTLS := func (ctx context.Context , conn net.Conn , addr string ) (net.Conn , error ) {
3131 // Extract the hostname (without the port) for TLS SNI
You can’t perform that action at this time.
0 commit comments