google.golang.org/grpc/internal/transport.Stream.cancel (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L358: cancel: cancel,
http2_server.go#L336: s.ctx, s.cancel = context.WithTimeout(t.ctx, state.data.timeout)
http2_server.go#L338: s.ctx, s.cancel = context.WithCancel(t.ctx)
http2_server.go#L374: s.cancel()
http2_server.go#L381: s.cancel()
http2_server.go#L392: s.cancel()
http2_server.go#L401: s.cancel()
http2_server.go#L923: s.cancel()
http2_server.go#L1070: s.cancel()
http2_server.go#L1084: s.cancel()
transport.go#L242: cancel context.CancelFunc // always nil for client side Stream
![]() |
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. |