mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix formatting issue from merging with github web interface
This commit is contained in:
parent
d72acd2a37
commit
c81497670e
1 changed files with 0 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ type websocketCodec struct {
|
|||
pongReceived chan struct{}
|
||||
}
|
||||
|
||||
|
||||
func newWebsocketCodec(conn *websocket.Conn, host string, req http.Header, messageSizeLimit int64) ServerCodec {
|
||||
conn.SetReadLimit(messageSizeLimit)
|
||||
encode := func(v interface{}, isErrorResponse bool) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue