mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #6297 from gyuho/grpc-proxy
grpcproxy: fix recursive Context method
This commit is contained in:
@@ -118,7 +118,7 @@ type chanStream struct {
|
||||
ctx context.Context
|
||||
}
|
||||
|
||||
func (s *chanStream) Context() context.Context { return s.Context() }
|
||||
func (s *chanStream) Context() context.Context { return s.ctx }
|
||||
|
||||
func (s *chanStream) SendMsg(m interface{}) error {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user