Author: buildbot Date: Wed Dec 19 19:02:06 2012 New Revision: 843135 Log: Staging update by buildbot for tserver
Modified: websites/staging/trafficserver/trunk/cgi-bin/ (props changed) websites/staging/trafficserver/trunk/content/ (props changed) websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html Propchange: websites/staging/trafficserver/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Dec 19 19:02:06 2012 @@ -1 +1 @@ -1424029 +1424031 Propchange: websites/staging/trafficserver/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Dec 19 19:02:06 2012 @@ -1 +1 @@ -1424029 +1424031 Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html ============================================================================== --- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html (original) +++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html Wed Dec 19 19:02:06 2012 @@ -119,7 +119,7 @@ statement that covers each of the events be sent to the handler by hooks or by other functions. In the Blacklist plugin, <code>TS_EVENT_OS_DNS</code> is sent because of the global hook established in <code>TSPluginInit</code>, <code>TS_EVENT_HTTP_SEND_RESPONSE_HDR</code> is sent because the plugin contains a transaction -hook (see <a href="setting-a-transaction-hook">Setting Up a Transaction Hook</a>). +hook (see <a href="setting-a-transaction-hook.html">Setting Up a Transaction Hook</a>). It is good practice to have a default case in your switch statements.</p> </div> </div>