You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/09/05 21:24:23 UTC

[trafficserver] branch 8.0.x updated (7e496f6 -> 2b3ba1d)

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

bcall pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 7e496f6  Updated Changelog
     new 645f048  Remove unneeded aio header file
     new 2b3ba1d  Updated Changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG-8.0.0              | 1 +
 iocore/net/SSLSessionCache.h | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)


[trafficserver] 02/02: Updated Changelog

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2b3ba1de694432383137426361ee956c0a13c2d6
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Sep 5 14:24:11 2018 -0700

    Updated Changelog
---
 CHANGELOG-8.0.0 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG-8.0.0 b/CHANGELOG-8.0.0
index 97d0b85..0bcbc5f 100644
--- a/CHANGELOG-8.0.0
+++ b/CHANGELOG-8.0.0
@@ -1222,3 +1222,4 @@ Changes with Apache Traffic Server 8.0.0
   #4181 - Removed checking the return value for TSContCall() in the multiplexer plugin
   #4183 - Default config change with proxy.config.http.negative_revalidating_enabled
   #4196 - Back-port to 8.0.x - Log Collation Memory Leak
+  #4199 - Remove unneeded aio header file


[trafficserver] 01/02: Remove unneeded aio header file

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 645f0484f1518d022c24a62cf44bb5a7703cd8c0
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Sep 5 11:40:25 2018 -0700

    Remove unneeded aio header file
    
    (cherry picked from commit 8cadae1528a71256d8cfaf2eda3cc5d2e6ff1ff4)
---
 iocore/net/SSLSessionCache.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/SSLSessionCache.h b/iocore/net/SSLSessionCache.h
index c84f42d..8443da7 100644
--- a/iocore/net/SSLSessionCache.h
+++ b/iocore/net/SSLSessionCache.h
@@ -25,7 +25,6 @@
 #include "ts/List.h"
 #include "ts/ink_mutex.h"
 #include "P_EventSystem.h"
-#include "P_AIO.h"
 #include "I_RecProcess.h"
 #include "ts/ink_platform.h"
 #include "P_SSLUtils.h"