You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/09/24 15:47:58 UTC

git commit: TS-3006 fix regression again. Must propagate constants into test. This close #119

Repository: trafficserver
Updated Branches:
  refs/heads/master 695b6a8ed -> 6a0219139


TS-3006 fix regression again.  Must propagate constants into test. This close #119


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6a021913
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6a021913
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6a021913

Branch: refs/heads/master
Commit: 6a02191396a16280cf084204a30f77fed14371c8
Parents: 695b6a8
Author: shinrich <sh...@network-geographics.com>
Authored: Wed Sep 24 06:36:55 2014 -0500
Committer: Alan M. Carroll <am...@apache.org>
Committed: Wed Sep 24 08:47:51 2014 -0500

----------------------------------------------------------------------
 proxy/InkAPITest.cc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6a021913/proxy/InkAPITest.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 52ba3a1..16f818e 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -5553,6 +5553,10 @@ typedef enum
   ORIG_TS_HTTP_PRE_REMAP_HOOK,
   ORIG_TS_HTTP_POST_REMAP_HOOK,
   ORIG_TS_HTTP_RESPONSE_CLIENT_HOOK,
+  ORIG_TS_SSL_FIRST_HOOK,
+  ORIG_TS_VCONN_PRE_ACCEPT_HOOK = ORIG_TS_SSL_FIRST_HOOK,
+  ORIG_TS_SSL_SNI_HOOK,
+  ORIG_TS_SSL_LAST_HOOK = ORIG_TS_SSL_SNI_HOOK,
   ORIG_TS_HTTP_LAST_HOOK
 } ORIG_TSHttpHookID;