plugeth/rpc
Delweng 117530b0e6
metrics/librato: ensure resp.body closed (#26969)
This change ensures that we call Close on a http response body, in various places in the source code (mostly tests)
2023-03-27 07:44:41 -04:00
..
testdata
client_example_test.go
client_opt_test.go
client_opt.go
client_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
client.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
constants_unix_nocgo.go
constants_unix.go
context_headers.go
doc.go
endpoints.go
errors.go
handler.go
http_test.go metrics/librato: ensure resp.body closed (#26969) 2023-03-27 07:44:41 -04:00
http.go all: use http package to replace http method names (#26535) 2023-01-24 11:12:25 +02:00
inproc.go
ipc_js.go
ipc_unix.go rpc: fix off-by-one in ipc endpoint length check (#26614) 2023-02-06 07:25:42 -05:00
ipc_windows.go
ipc.go
json.go
metrics.go
server_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
server.go
service.go
stdio.go
subscription_test.go
subscription.go
testservice_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
types_test.go
types.go rpc: remove DecimalOrHex type (#26629) 2023-02-07 15:44:27 +01:00
websocket_test.go
websocket.go Increase websocket frame size (from erigon rpc client) (#26883) 2023-03-14 18:41:28 +01:00