var google.golang.org/grpc/internal/transport.errStreamDrain
4 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L613: err := error(errStreamDrain)
http2_client.go#L702: return nil, errStreamDrain
http2_client.go#L1151: t.closeStream(stream, errStreamDrain, false, http2.ErrCodeNo, statusGoAway, nil, false)
transport.go#L748: errStreamDrain = status.Error(codes.Unavailable, "the connection is draining")
![]() |
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. |