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

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L748: 	AllowTransparentRetry bool
		http2_client.go#L792: 		return nil, &NewStreamError{Err: err, AllowTransparentRetry: false}
		http2_client.go#L900: 			return nil, &NewStreamError{Err: err, AllowTransparentRetry: true}
		http2_client.go#L914: 			return nil, &NewStreamError{Err: errStreamDrain, AllowTransparentRetry: true}
		http2_client.go#L916: 			return nil, &NewStreamError{Err: ErrConnClosing, AllowTransparentRetry: true}

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