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

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L729: 	AllowTransparentRetry bool
		http2_client.go#L773: 		return nil, &NewStreamError{Err: err, AllowTransparentRetry: false}
		http2_client.go#L877: 			return nil, &NewStreamError{Err: err, AllowTransparentRetry: true}
		http2_client.go#L891: 			return nil, &NewStreamError{Err: errStreamDrain, AllowTransparentRetry: true}
		http2_client.go#L893: 			return nil, &NewStreamError{Err: ErrConnClosing, AllowTransparentRetry: true}

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