Repository: thrift
Updated Branches:
  refs/heads/master 3c0edfa87 -> a0cf38ed3


THRIFT-4540 buffered transport broken when trying to re-open a formerly closed 
transport
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/a0cf38ed
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a0cf38ed
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a0cf38ed

Branch: refs/heads/master
Commit: a0cf38ed312a5342eb05574719485b725fa52eee
Parents: 3c0edfa
Author: Jens Geyer <je...@apache.org>
Authored: Wed Apr 4 17:31:52 2018 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Wed Apr 4 17:32:14 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/a0cf38ed/lib/delphi/src/Thrift.Transport.pas
----------------------------------------------------------------------
diff --git a/lib/delphi/src/Thrift.Transport.pas 
b/lib/delphi/src/Thrift.Transport.pas
index 0774d1b..4af65f9 100644
--- a/lib/delphi/src/Thrift.Transport.pas
+++ b/lib/delphi/src/Thrift.Transport.pas
@@ -1156,7 +1156,7 @@ end;
 
 procedure TBufferedTransportImpl.Open;
 begin
-  FTransport.Open
+  FTransport.Open;
   InitBuffers;  // we need to get the buffers to match FTransport substreams 
again
 end;
 

Reply via email to