Author: buildbot
Date: Fri Jun 15 21:33:21 2012
New Revision: 821939
Log:
Staging update by buildbot for tserver
Modified:
websites/staging/trafficserver/trunk/content/ (props changed)
websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.html
Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 15 21:33:21 2012
@@ -1 +1 @@
-1350813
+1350814
Modified:
websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.html
==============================================================================
---
websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.html
(original)
+++
websites/staging/trafficserver/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.html
Fri Jun 15 21:33:21 2012
@@ -98,6 +98,7 @@ have been handled.</p>
<p>The following table lists events and the corresponding type of <code>void
*</code>data
passed to handler functions:</p>
<div class="smalltable">
+
| Event | Hook or API Function That Sends the Event | Event Data Type |
--------|-------------------------------------------|------------------
| `TS_EVENT_HTTP_READ_REQUEST_HDR` | `TS_HTTP_READ_REQUEST_HDR_HOOK` |
`TSHttpTxn` |
@@ -137,6 +138,7 @@ passed to handler functions:</p>
| `TS_EVENT_HTTP_CONTINUE` | ` ` | ` ` |
| `TS_EVENT_HTTP_ERROR` | ` ` | ` ` |
| `TS_EVENT_MGMT_UPDATE` | `TSMgmtUpdateRegister` | `NULL` |
+
</div>
<p>The continuation functions are listed below:</p>