7 Commits

Author SHA1 Message Date
ee98c48bb4 Incorporate dsymonds' comments.
Fix another bug: cancel the Context provided to an RPC server handler
as soon as that handler returns, so that goroutines started by that
handler can detect that the handler is done and exit. Without this
fix, goroutines started by a handler will keep running, unless the
handler itself arranges to cancel the context.
2015-09-23 22:17:37 -04:00
e79ac3cb4b remove duplicate nil check separate var 2015-07-24 16:36:12 -07:00
6cfd2022af add a bool in payload struct 2015-07-24 11:30:14 -07:00
58dcee7526 add tracing for streaming rpc 2015-06-17 19:30:57 -07:00
4782e693c2 Revert "add tracing for streaming rpc"
This reverts commit 8071e421ab7170765af71d381294185bd9d303a9.
2015-06-17 19:21:04 -07:00
8071e421ab add tracing for streaming rpc 2015-06-17 19:04:54 -07:00
c2bdf96033 Add gRPC client-side integration with golang.org/x/net/trace.
This will make client (outgoing) traces appear on /debug/requests.
There's some information lacking, but it's enough for now.
2015-06-09 06:57:52 -07:00