func google.golang.org/grpc/internal/transport.ContextErr
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L700: return nil, ContextErr(s.ctx.Err())
http2_server.go#L929: return ContextErr(s.ctx.Err())
http2_server.go#L944: return ContextErr(s.ctx.Err())
transport.go#L179: return 0, ContextErr(r.ctx.Err())
transport.go#L204: r.closeStream(ContextErr(r.ctx.Err()))
transport.go#L325: s.ct.CloseStream(s, ContextErr(s.ctx.Err()))
transport.go#L796: func ContextErr(err error) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |