fix a typo

This commit is contained in:
yangzhouhan
2015-07-27 14:50:10 -07:00
parent 6c8ca3d564
commit a747bc19d9

View File

@ -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 // TODO(zhaoq): There exist other options also such as only closing the
// faulty stream locally and remotely (Other streams can keep going). Find // 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) grpclog.Fatalf("grpc: Server failed to encode response %v", err)
} }
return t.Write(stream, p, opts) return t.Write(stream, p, opts)