mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
parent
16969b1569
commit
e6b7ae906b
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ 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