commit | 02fbe0ecc795881fe11a447d0a5f6f2f656f7bb4 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Mar 19 17:35:44 2018 +0100 |
committer | Jens Geyer <jensg@apache.org> | Mon Mar 19 17:39:24 2018 +0100 |
tree | 61197ccbab83dc521e21496cbc0372c562961704 | |
parent | b7084cbc0d377c59e045553add6f61215ed77854 [diff] [blame] |
THRIFT-4523 TStreamTransportImpl.GetOutputStream broken Client: Delphi Patch: Jens Geyer
diff --git a/lib/delphi/src/Thrift.Transport.pas b/lib/delphi/src/Thrift.Transport.pas index d02f0a3..ea25c4b 100644 --- a/lib/delphi/src/Thrift.Transport.pas +++ b/lib/delphi/src/Thrift.Transport.pas
@@ -1072,7 +1072,7 @@ function TStreamTransportImpl.GetOutputStream: IThriftStream; begin - Result := FInputStream; + Result := FOutputStream; end; procedure TStreamTransportImpl.Open;