google.golang.org/grpc/internal/transport.http2Client.ctx (field)
9 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L58: ctx context.Context
http2_client.go#L247: ctx: ctx,
http2_client.go#L291: t.ctx = t.statsHandler.TagConn(t.ctx, &stats.ConnTagInfo{
http2_client.go#L298: t.statsHandler.HandleConn(t.ctx, connBegin)
http2_client.go#L703: case <-t.ctx.Done():
http2_client.go#L841: t.statsHandler.HandleConn(t.ctx, connEnd)
http2_client.go#L1419: case <-t.ctx.Done():
http2_client.go#L1429: return t.ctx.Done()
![]() |
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. |