From a747bc19d9b92ed5b588640c8266807a7946cd1a Mon Sep 17 00:00:00 2001 From: yangzhouhan Date: Mon, 27 Jul 2015 14:50:10 -0700 Subject: [PATCH] fix a typo --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index be63ee09..8dc17991 100644 --- a/server.go +++ b/server.go @@ -242,7 +242,7 @@ func (s *Server) sendResponse(t transport.ServerTransport, stream *transport.Str // // TODO(zhaoq): There exist other options also such as only closing the // faulty stream locally and remotely (Other streams can keep going). Find - // the optimal option..M + // the optimal option. grpclog.Fatalf("grpc: Server failed to encode response %v", err) } return t.Write(stream, p, opts)