plugeth/rpc
Felix Lange 27b31371d4
rpc: add separate size limit for websocket (#22385)
This makes the WebSocket message size limit independent of the
limit used for HTTP requests. The new limit for WebSocket messages 
is 15MB.
2021-02-26 13:40:35 +01:00
..
testdata rpc: fix issue with null JSON-RPC messages (#21497) 2020-08-28 16:27:58 +02:00
client_example_test.go
client_test.go rpc: increase the number of subscriptions in storm test (#22316) 2021-02-16 11:40:59 +02:00
client.go rpc: deprecate Client.ShhSubscribe (#22239) 2021-01-27 10:20:34 +01:00
constants_unix_nocgo.go
constants_unix.go
doc.go
endpoints.go trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 2020-11-19 22:50:47 +01:00
errors.go
handler.go
http_test.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00
http.go
inproc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
ipc.go
json.go rpc: fix issue with null JSON-RPC messages (#21497) 2020-08-28 16:27:58 +02:00
metrics.go
server_test.go
server.go
service.go
stdio.go
subscription_test.go
subscription.go
testservice_test.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00
types_test.go
types.go
websocket_test.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00
websocket.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00