> -----Original Message----- > From: Nick Kew [mailto:n...@webthing.com] > Sent: Montag, 13. August 2012 13:11 > To: dev@httpd.apache.org > Subject: Re: svn commit: r1372054 - in /httpd/httpd/trunk: CHANGES > server/util.c > > > On 12 Aug 2012, at 14:15, Ruediger Pluem wrote: > > > ap_strcmp_match seems to be a lot of overhead for just prefix matching > a string. > > How about > > > > strncmp("application/x-www-form-urlencoded", ct, 33) > > Either way, shouldn't it be a case-insensitive match?
Good point. Regards Rüdiger