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? -- Nick Kew