From: Eric Covener Date: Fri, 24 Mar 2017 14:10:46 +0000 (+0000) Subject: address comment re: strncasecmp, thanks Bill. X-Git-Tag: 2.4.26~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=256ed7b4430bcb176007ad57b999fe2f0fcd6151;p=apache address comment re: strncasecmp, thanks Bill. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 73e5603ae4..6e545ae78a 100644 --- a/STATUS +++ b/STATUS @@ -189,10 +189,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: format from 2.2 in the Last Modified column. PR60846. trunk patch: http://svn.apache.org/r1787525 http://svn.apache.org/r1787553 + http://svn.apache.org/r1788451 2.4.x patch: trunk works +1 covener - wrowe notes: strncasecmp copy-paste error (should be strcasecmp), the - strn flavor was only for 'flag=' prefixes *) mod_proxy: Allow the per-request environment variable "no-proxy" to be used as an alternative to ProxyPass /path !. This is primarily