mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "rpc: websocket should respect the "HTTP_PROXY" by default (#27264)"
This reverts commit aff04e0ac3.
This commit is contained in:
parent
3b50f2bf7d
commit
d72afd26ef
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ func newClientTransportWS(endpoint string, cfg *clientConfig) (reconnectFunc, er
|
||||||
ReadBufferSize: wsReadBuffer,
|
ReadBufferSize: wsReadBuffer,
|
||||||
WriteBufferSize: wsWriteBuffer,
|
WriteBufferSize: wsWriteBuffer,
|
||||||
WriteBufferPool: wsBufferPool,
|
WriteBufferPool: wsBufferPool,
|
||||||
Proxy: http.ProxyFromEnvironment,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue