Sanitized some sources
@ -176,4 +176,4 @@ UniquePtr<GrpcPolledFdFactory> NewGrpcPolledFdFactory(grpc_combiner* combiner) {
} // namespace grpc_core
#endif /* GRPC_ARES == 1 && defined(GRPC_UV) */
@ -49,4 +49,4 @@ bool grpc_ares_maybe_resolve_localhost_manually_locked(
return out;
}
@ -80,4 +80,4 @@ bool inner_maybe_resolve_localhost_manually_locked(
return false;
#endif /* GRPC_ARES == 1 && (defined(GRPC_UV) || defined(GPR_WINDOWS)) */
@ -94,4 +94,4 @@ class TestService(test_pb2_grpc.TestServiceServicer):
# NOTE(nathaniel): Apparently this is the same as the full-duplex call?
# NOTE(atash): It isn't even called in the interop spec (Oct 22 2015)...
def HalfDuplexCall(self, request_iterator, context):
return self.FullDuplexCall(request_iterator, context)