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: