You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2015/05/15 18:20:19 UTC

trafficserver git commit: TS-3597: TLS can fail accept / handshake when accept thread is turned off.

Repository: trafficserver
Updated Branches:
  refs/heads/master ef467a2be -> 75612311c


TS-3597: TLS can fail accept / handshake when accept thread is turned off.


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

Branch: refs/heads/master
Commit: 75612311c1266810290e58711654d0689a9465be
Parents: ef467a2
Author: shinrich <sh...@yahoo-inc.com>
Authored: Fri May 15 11:19:26 2015 -0500
Committer: shinrich <sh...@yahoo-inc.com>
Committed: Fri May 15 11:19:26 2015 -0500

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/75612311/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 885b911..87e50d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3597] TLS can fail accecpt / handshake when accept thread is turned off.
+
   *) [TS-3603] Debug Assert due to missing lock when accept_threads are disabled.
 
   *) [TS-3605] Fix interim cache build error.