Updated Branches: refs/heads/master 3a903f2bc -> 84094349f
Fix typo in the hook used Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/84094349 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/84094349 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/84094349 Branch: refs/heads/master Commit: 84094349f8bde7d8a9d1457486d0a875a51f9790 Parents: 3a903f2 Author: Leif Hedstrom <[email protected]> Authored: Tue Sep 17 14:35:14 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue Sep 17 14:35:14 2013 -0600 ---------------------------------------------------------------------- plugins/header_rewrite/Examples/Force-close | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/84094349/plugins/header_rewrite/Examples/Force-close ---------------------------------------------------------------------- diff --git a/plugins/header_rewrite/Examples/Force-close b/plugins/header_rewrite/Examples/Force-close index cd8fbaf..79c30ed 100644 --- a/plugins/header_rewrite/Examples/Force-close +++ b/plugins/header_rewrite/Examples/Force-close @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cond %{READ_REQUEST_HDR_HOOK} [AND] +cond %{SEND_RESPONSE_HDR_HOOK} cond %{ACCESS:/url/local/www/html/status.html} [NOT,OR] cond %{RANDOM:1000} =42 add-header Connection "close"
