From: William A. Rowe Jr Date: Sun, 22 Jan 2006 15:46:03 +0000 (+0000) Subject: Offer patch inline, as trunk/ is no longer in sync with branches/2.2.x X-Git-Tag: 2.2.1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68100d1072106d4ac3279f981f11640960efe294;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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: