Repository: trafficserver
Updated Branches:
  refs/heads/master 7240d64dd -> 24cc3cfda


adding TS_EVENT_HTTP_PRE_REMAP

This closes #452


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

Branch: refs/heads/master
Commit: 24cc3cfdaef4bba90a620da818d0f3722867fade
Parents: 7240d64
Author: Scott Beardsley <[email protected]>
Authored: Mon Feb 8 15:54:42 2016 -0800
Committer: Bryan Call <[email protected]>
Committed: Mon Feb 8 15:54:42 2016 -0800

----------------------------------------------------------------------
 .../plugins/continuations/writing-handler-functions.en.rst          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/24cc3cfd/doc/developer-guide/plugins/continuations/writing-handler-functions.en.rst
----------------------------------------------------------------------
diff --git 
a/doc/developer-guide/plugins/continuations/writing-handler-functions.en.rst 
b/doc/developer-guide/plugins/continuations/writing-handler-functions.en.rst
index c8cf516..901e46a 100644
--- a/doc/developer-guide/plugins/continuations/writing-handler-functions.en.rst
+++ b/doc/developer-guide/plugins/continuations/writing-handler-functions.en.rst
@@ -74,6 +74,7 @@ The following table lists events and the corresponding type of
 Event                                        Event Sender                      
          Data Type
 ============================================ 
=========================================== ==========================
 :data:`TS_EVENT_HTTP_READ_REQUEST_HDR`       
:data:`TS_HTTP_READ_REQUEST_HDR_HOOK`       :type:`TSHttpTxn`
+:data:`TS_EVENT_HTTP_PRE_REMAP`              :data:`TS_HTTP_PRE_REMAP_HOOK`    
          :type:`TSHttpTxn`
 :data:`TS_EVENT_HTTP_OS_DNS`                 :data:`TS_HTTP_OS_DNS_HOOK`       
          :type:`TSHttpTxn`
 :data:`TS_EVENT_HTTP_SEND_REQUEST_HDR`       
:data:`TS_HTTP_SEND_REQUEST_HDR_HOOK`       :type:`TSHttpTxn`
 :data:`TS_EVENT_HTTP_READ_CACHE_HDR`         
:data:`TS_HTTP_READ_CACHE_HDR_HOOK`         :type:`TSHttpTxn`

Reply via email to