1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00
Commit graph

5 commits

Author SHA1 Message Date
Quinn Slack
0328ebe20e remove incomplete JSON-RPC 2.0 batch support 2016-11-06 06:51:04 -08:00
Nico Tonozzi
2e4214c77b Send something over the wire for responses
I accidentally made this change in the main repo, instead of here.

This ensures that the server can tell the difference between a response and a request. The old method (resp == nil) didn't work because we use interfaces here, and the interfaces would often have types, but not values.
2016-10-28 16:46:40 -07:00
Beyang Liu
3b45ab3a66 add JSONRPC2 interface 2016-10-28 16:33:31 -07:00
Quinn Slack
efb0c1941c ci: use go 1.7.1, 'release' is not valid 2016-10-11 16:13:48 +02:00
Quinn Slack
c04eec1600 initial commit 2016-10-11 15:56:18 +02:00