google.golang.org/grpc.callInfo.failFast (field)

9 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L157: 	failFast              bool
		rpc_util.go#L168: 		failFast:              true,
		rpc_util.go#L278: 	c.failFast = o.FailFast
		stream.go#L175: 		c.failFast = !*mc.WaitForReady
		stream.go#L247: 	ctx = newContextWithRPCInfo(ctx, c.failFast, c.codec, cp, comp)
		stream.go#L251: 		ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: c.failFast})
		stream.go#L256: 			FailFast:  c.failFast,
		stream.go#L359: 	t, done, err := cs.cc.getTransport(ctx, cs.callInfo.failFast, cs.callHdr.Method)
		stream.go#L486: 		if !ok && !cs.callInfo.failFast {