Repository: thrift
Updated Branches:
  refs/heads/master f56b90772 -> 0d227b1a7


THRIFT-3470 Sporadic timeouts with pipes
Client: Delphi
Patch: Jens Geyer


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/0d227b1a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/0d227b1a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/0d227b1a

Branch: refs/heads/master
Commit: 0d227b1a79f83baa9c3bd3d5d134792d3a8da386
Parents: f56b907
Author: Jens Geyer <[email protected]>
Authored: Wed Dec 2 19:50:55 2015 +0100
Committer: Jens Geyer <[email protected]>
Committed: Wed Dec 2 19:53:42 2015 +0100

----------------------------------------------------------------------
 lib/delphi/src/Thrift.Transport.Pipes.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/0d227b1a/lib/delphi/src/Thrift.Transport.Pipes.pas
----------------------------------------------------------------------
diff --git a/lib/delphi/src/Thrift.Transport.Pipes.pas 
b/lib/delphi/src/Thrift.Transport.Pipes.pas
index 593bb3a..47f3b4d 100644
--- a/lib/delphi/src/Thrift.Transport.Pipes.pas
+++ b/lib/delphi/src/Thrift.Transport.Pipes.pas
@@ -288,7 +288,7 @@ end;
 
 procedure TPipeStreamBase.Flush;
 begin
-  // nothing to do
+  FlushFileBuffers( FPipe);
 end;
 
 

Reply via email to