Author: humbedooh
Date: Fri Jun 15 21:33:16 2012
New Revision: 1350814

URL: http://svn.apache.org/viewvc?rev=1350814&view=rev
Log:
once more, for the old gipper

Modified:
    
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext

Modified: 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext?rev=1350814&r1=1350813&r2=1350814&view=diff
==============================================================================
--- 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
 (original)
+++ 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
 Fri Jun 15 21:33:16 2012
@@ -62,6 +62,7 @@ The following table lists events and the
 passed to handler functions:
 
 <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` |
@@ -101,6 +102,7 @@ passed to handler functions:
 | `TS_EVENT_HTTP_CONTINUE` | ` ` | ` ` |
 | `TS_EVENT_HTTP_ERROR` | ` ` | ` ` |
 | `TS_EVENT_MGMT_UPDATE` | `TSMgmtUpdateRegister` | `NULL` |
+
 </div>
 The continuation functions are listed below:
 


Reply via email to