You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/03/12 17:35:44 UTC

[trafficserver] branch 7.1.x updated: Fix timing error in the tls_hook10 test.

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new e7dda2b  Fix timing error in the tls_hook10 test.
e7dda2b is described below

commit e7dda2bdf69df4c7380c284a00ab2fe1810e597f
Author: Susan Hinrichs <sh...@apache.org>
AuthorDate: Wed Sep 13 20:49:19 2017 +0000

    Fix timing error in the tls_hook10 test.
    
    (cherry picked from commit 3df8e50916cc0dcb90365452e68088f3bd83311e)
---
 tests/tools/plugins/ssl_hook_test.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tools/plugins/ssl_hook_test.cc b/tests/tools/plugins/ssl_hook_test.cc
index d0075b4..b8ade65 100644
--- a/tests/tools/plugins/ssl_hook_test.cc
+++ b/tests/tools/plugins/ssl_hook_test.cc
@@ -38,9 +38,9 @@ int
 ReenableSSL(TSCont cont, TSEvent event, void *edata)
 {
   TSVConn ssl_vc = reinterpret_cast<TSVConn>(TSContDataGet(cont));
+  TSDebug(PN, "Callback reenable ssl_vc=%p", ssl_vc);
   TSVConnReenable(ssl_vc);
   TSContDestroy(cont);
-  TSDebug(PN, "Callback reenable ssl_vc=%p", ssl_vc);
   return TS_SUCCESS;
 }
 

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.