summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-02-16 11:13:17 +0000
committerYann Ylavic <ylavic@apache.org>2018-02-16 11:13:17 +0000
commit7e18e485e7face3414e6a8ce14e5aaa0b8ae77df (patch)
treea39735fb1cc5caeeafebf4876b5f2f0ae676bc7c
parent085c0b2444456c0c3b73332ae00a0e1b3d407d9f (diff)
downloadhttpd-7e18e485e7face3414e6a8ce14e5aaa0b8ae77df.tar.gz
Update proposal with s/strcasecmp/ap_cstr_casecmp/ as suggested by Ruediger.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824448 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS3
1 files changed, 2 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index d41df67c8c..ac73247813 100644
--- a/STATUS
+++ b/STATUS
@@ -156,7 +156,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
*) regex: Allow to configure global/default options for regexes, like
caseless matching or extended format.
trunk patch: http://svn.apache.org/r1824339
- 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options.patch
+ http://svn.apache.org/r1824439
+ 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-global_regex_options-v2.patch
+1: ylavic, rpluem
*) mod_cache_socache: Fix caching of empty headers up to carriage return.