THRIFT-3470 Sporadic timeouts with pipes

Client: Delphi
Patch: Jens Geyer
This commit is contained in:
Jens Geyer 2015-12-02 19:50:55 +01:00
parent f56b90772f
commit 0d227b1a79

View File

@ -288,7 +288,7 @@ end;
procedure TPipeStreamBase.Flush;
begin
// nothing to do
FlushFileBuffers( FPipe);
end;