You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/02/09 15:46:43 UTC

[1/2] git commit: TS-1055 Wrong implementation of TSHttpSsnArgGet

Updated Branches:
  refs/heads/3.0.x 54a247869 -> b08aece9f


TS-1055 Wrong implementation of TSHttpSsnArgGet

Author: Yakov Kopel
Review: zwoop, niq, igalic
Backport: igalic


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

Branch: refs/heads/3.0.x
Commit: b08aece9f5dd6ced0c45ae71311cbcfde435919b
Parents: 63f2267
Author: Igor Galić <i....@brainsware.org>
Authored: Thu Feb 9 14:43:58 2012 +0000
Committer: Igor Galić <i....@brainsware.org>
Committed: Thu Feb 9 14:51:36 2012 +0000

----------------------------------------------------------------------
 CHANGES |    3 +++
 STATUS  |    5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b08aece9/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8177b90..24039ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 3.0.3
+  *) [TS-1055]: Wrong implementation of TSHttpSsnArgGet().
+    Author: Yakov Kopel
+
   *) [TS-874] make asf-dist work with git repo
 
   *) [TS-1038] SHttpTxnErrorBodySet() can leak memory.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b08aece9/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index b1b8f4e..01b8971 100644
--- a/STATUS
+++ b/STATUS
@@ -40,11 +40,6 @@ A list of all bugs open for the next v3.0.2 release can be found at
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
-  *) API: Wrong implementation of TSHttpSsnArgGet().
-   Trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1220600
-   Jira: https://issues.apache.org/jira/browse/TS-1055
-   +1: zwoop, igalic, niq
-
   *) API: TSHttpTxnServerReqHdrBytesGet in InkAPI.cc has an extra param.
    Trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1236880
    Jira: https://issues.apache.org/jira/browse/TS-1061