google.golang.org/grpc/internal/transport.NewStreamError.AllowTransparentRetry (field)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L698: 	AllowTransparentRetry bool
		http2_client.go#L723: 		return nil, &NewStreamError{Err: err, AllowTransparentRetry: false}
		http2_client.go#L827: 			return nil, &NewStreamError{Err: err, AllowTransparentRetry: true}
		http2_client.go#L841: 			return nil, &NewStreamError{Err: errStreamDrain, AllowTransparentRetry: true}
		http2_client.go#L843: 			return nil, &NewStreamError{Err: ErrConnClosing, AllowTransparentRetry: true}

	google.golang.org/grpc
		stream.go#L485: 		if nse.AllowTransparentRetry {