Revert "rpc: websocket should respect the "HTTP_PROXY" by default (#27264)"

This reverts commit aff04e0ac3.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent 3b50f2bf7d
commit d72afd26ef

View file

@ -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,
} }
} }