Y
Hacker News
new
|
ask
|
show
|
jobs
by
nulld3v
970 days ago
I don't think it's unreasonable, you need a Context to make a gRPC call and you get one when handling a gRPC call. It usually doesn't get lost in between.
1 comments
otterley
969 days ago
True for gRPC, but not necessarily for HTTP - the HTTP client and server packages that ship with Go predate the Context package by quite a long while.
link