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 2014/05/30 23:04:47 UTC

[15/50] [abbrv] git commit: TS-2820: Crash in transformations

TS-2820: Crash in transformations


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

Branch: refs/heads/5.0.x
Commit: 0c30d4d813c35bf354058dca22f2adf5e8c769fa
Parents: 92a2c62
Author: Brian Geffon <br...@apache.org>
Authored: Tue May 27 11:14:10 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Tue May 27 11:14:10 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0c30d4d8/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8f28973..55f8193 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.0.0
 
+  *) [TS-2820] Add check to Transformations in C++ api to prevent closing
+      connections twice.
+
   *) [TS-2804] Add regex_revalidate plugin to explerimental plugins directory.
 
   *) [TS-2528] Use <stdbool.h> in the public mgmtapi.h interface. This follows