You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/23 21:52:31 UTC

[17/20] git commit: Fix typo in the hook used

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/5.0.x
Commit: 84094349f8bde7d8a9d1457486d0a875a51f9790
Parents: 3a903f2
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Sep 17 14:35:14 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
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"