1
0
mirror of https://github.com/golang/go synced 2024-11-06 13:36:12 -07:00
go/internal/jsonrpc2
Heschi Kreinick 8fe064f891 internal/lsp/protocol: actually handle cancellation delivery
CL 215738 didn't work because the canceller was embedded in the
serverHandler, which already had a Deliver method. Add it as an actual
handler instead.

Change-Id: I0c79f1bee67aa3b4da53d92547804de859f1938c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/216303
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-01-24 22:04:29 +00:00
..
handler.go internal/lsp: cancel early 2019-10-22 07:49:31 +00:00
jsonrpc2_test.go internal/lsp: cancel early 2019-10-22 07:49:31 +00:00
jsonrpc2.go internal/lsp/protocol: actually handle cancellation delivery 2020-01-24 22:04:29 +00:00
stream.go internal/jsonrpc2: add telemetry to the rpc system 2019-06-27 03:32:48 +00:00
wire.go internal/jsonrpc2: extract logic to handler hooks 2019-07-12 21:32:46 +00:00