Author: jpeach
Date: Fri Jun 15 21:22:06 2012
New Revision: 1350806

URL: http://svn.apache.org/viewvc?rev=1350806&view=rev
Log:
Possibly better table separators

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=1350806&r1=1350805&r2=1350806&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:22:06 2012
@@ -62,7 +62,7 @@ The following table lists events and the
 passed to handler functions:
 
 | 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` |
 | `TS_EVENT_HTTP_OS_DNS` |   `TS_HTTP_OS_DNS_HOOK` |   `TSHttpTxn` |
 | `TS_EVENT_HTTP_SEND_REQUEST_HDR` |   `TS_HTTP_SEND_REQUEST_HDR_HOOK` |   
`TSHttpTxn` |


Reply via email to