filecoin-project / go-jsonrpc

Low Boilerplate JSON-RPC 2.0 library
Other
80 stars 89 forks source link

support gzip #53

Open hunjixin opened 3 years ago

hunjixin commented 3 years ago

in events api,for chainGetBlockMessage api, size of response is 0.3m. if 100 client , total size is 10050.3= 150M, because sethead maybe multi times in the same height, bandwidth maybe more than 150M. could go-jsonrpc support gzip?

mur-me commented 1 year ago

bump