summaryrefslogtreecommitdiff
path: root/lib/delphi
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-07-01 23:38:52 +0200
committerJens Geyer <jensg@apache.org>2021-07-02 00:35:47 +0200
commit4434ee92d5141578cecac95ee53e3563101b9ecd (patch)
treef6d56e3c6ea2110f0902ea2c2ebf4152fd246c6a /lib/delphi
parent3b686533f7cf8c949c389bdaadc2d67f43cac3bd (diff)
downloadthrift-4434ee92d5141578cecac95ee53e3563101b9ecd.tar.gz
THRIFT-5438 Inconsistent handling of exceptions during message read vs. message write phase
Client: Delphi Patch: Jens Geyer
Diffstat (limited to 'lib/delphi')
-rw-r--r--lib/delphi/test/TestClient.pas1
-rw-r--r--lib/delphi/test/client.dproj4
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/delphi/test/TestClient.pas b/lib/delphi/test/TestClient.pas
index c8d3fc218..df0b4c572 100644
--- a/lib/delphi/test/TestClient.pas
+++ b/lib/delphi/test/TestClient.pas
@@ -53,7 +53,6 @@ uses
Thrift.Test,
Thrift.WinHTTP,
Thrift.Utils,
-
Thrift.Configuration,
Thrift.Collections;
diff --git a/lib/delphi/test/client.dproj b/lib/delphi/test/client.dproj
index 8df93a0e8..c57424db1 100644
--- a/lib/delphi/test/client.dproj
+++ b/lib/delphi/test/client.dproj
@@ -142,9 +142,7 @@
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
- <Parameters>
- <Parameters Name="RunParams"> --transport=framed --transport=winhttp --host=example.org --port=80</Parameters>
- </Parameters>
+ <Parameters/>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>