From 68100d1072106d4ac3279f981f11640960efe294 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 22 Jan 2006 15:46:03 +0000 Subject: [PATCH] Offer patch inline, as trunk/ is no longer in sync with branches/2.2.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371329 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STATUS b/STATUS index 902ce2d4049..8a7c5774a67 100644 --- a/STATUS +++ b/STATUS @@ -158,9 +158,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: URL: http://svn.apache.org/viewcvs?rev=358040&view=rev +1: wrowe, mturk -0: jorton: should use AP_METHOD_BIT - wrowe asks; message ID of the long explanation, or a patch, please? - If proposing an alternative, please commit to trunk and modify this - STATUS backport proposal for revote. + wrowe asks; is this your desired patch? Please vote; +- if (! (reqs[x].method_mask & (1 << m))) { ++ if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) { * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?) Trunk version of patch: -- 2.47.2