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:08:38 UTC

git commit: TS-1300 Fix identation slightly.

Updated Branches:
  refs/heads/master 4839d84aa -> 8219283d5


TS-1300 Fix identation slightly.


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

Branch: refs/heads/master
Commit: 8219283d5fad43435a9bb20aab6adf6da2bcca27
Parents: 4839d84
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Feb 28 18:08:29 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Feb 28 18:08:29 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8219283d/proxy/api/ts/ts.h.in
----------------------------------------------------------------------
diff --git a/proxy/api/ts/ts.h.in b/proxy/api/ts/ts.h.in
index b8b292b..cabef07 100644
--- a/proxy/api/ts/ts.h.in
+++ b/proxy/api/ts/ts.h.in
@@ -1388,7 +1388,8 @@ 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
+      Note: To get the effective URL from a request, use the alternative
+            TSHttpTxnEffectiveUrlStringGet API.
 
       @param bufp marshal buffer containing the URL you want to get.
       @param offset location of the URL within bufp.