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 2013/03/01 02:07:35 UTC

[1/2] git commit: TS-1300 Add comment documenting the URL String getters.

TS-1300 Add comment documenting the URL String getters.


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

Branch: refs/heads/master
Commit: 64f7d647e148d4806c42f949268db5fd2e24cd30
Parents: 0573e3b
Author: Uri Shachar <ushachar at hotmail dot com>
Authored: Thu Feb 28 18:05:26 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Feb 28 18:05:26 2013 -0700

----------------------------------------------------------------------
 proxy/api/ts/ts.h.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/64f7d647/proxy/api/ts/ts.h.in
----------------------------------------------------------------------
diff --git a/proxy/api/ts/ts.h.in b/proxy/api/ts/ts.h.in
index f1d5982..b8b292b 100644
--- a/proxy/api/ts/ts.h.in
+++ b/proxy/api/ts/ts.h.in
@@ -1388,6 +1388,7 @@ extern "C"
       call to TSmalloc(). It should be freed by a call to TSfree().
       The length parameter must present, providing storage for the URL
       string length value.
+      Note: To get the effective URL from a request, use TSHttpTxnEffectiveUrlStringGet
 
       @param bufp marshal buffer containing the URL you want to get.
       @param offset location of the URL within bufp.