commit | d5436f5cf7a100d89abb3d125d8f241ca7dc925e | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Oct 03 19:50:38 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Oct 03 20:12:40 2014 +0200 |
tree | b43c894115c415148dc01989dbf32a9f823848e7 | |
parent | 23b60b51dfda16135e525ecf3a8d52347f574f21 [diff] [blame] |
THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer
diff --git a/lib/csharp/src/Server/TSimpleServer.cs b/lib/csharp/src/Server/TSimpleServer.cs index 42e0cbe..36bbe9d 100644 --- a/lib/csharp/src/Server/TSimpleServer.cs +++ b/lib/csharp/src/Server/TSimpleServer.cs
@@ -118,7 +118,7 @@ //Process client requests until client disconnects while (true) { - if (!inputTransport.Peek()) + if (!inputTransport.Peek()) break; //Fire processContext server event