You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2017/09/07 20:26:35 UTC

thrift git commit: THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon pipes Client: Delphi Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master 17c3ad9c8 -> a62efa410


THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon 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/a62efa41
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a62efa41
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a62efa41

Branch: refs/heads/master
Commit: a62efa4109c34c88d48f529a044e89ce854daa16
Parents: 17c3ad9
Author: Jens Geyer <je...@apache.org>
Authored: Thu Sep 7 22:24:33 2017 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Thu Sep 7 22:25:50 2017 +0200

----------------------------------------------------------------------
 lib/delphi/test/TestClient.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/a62efa41/lib/delphi/test/TestClient.pas
----------------------------------------------------------------------
diff --git a/lib/delphi/test/TestClient.pas b/lib/delphi/test/TestClient.pas
index ee17657..74130f4 100644
--- a/lib/delphi/test/TestClient.pas
+++ b/lib/delphi/test/TestClient.pas
@@ -259,7 +259,7 @@ begin
         if      s = 'buffered' then Include( layered, trns_Buffered)
         else if s = 'framed'   then Include( layered, trns_Framed)
         else if s = 'http'     then endpoint := trns_Http
-        else if s = 'evhttp'   then endpoint := trns_AnonPipes
+        else if s = 'evhttp'   then endpoint := trns_EvHttp
         else InvalidArgs;
       end
       else if s = '--protocol' then begin