On Thu, Nov 20, 2014 at 1:26 PM, Ángel González <[email protected]> wrote: > On 20/11/14 06:13, Darshit Shah wrote: >> >> @Tim: Please just add that include statement one line above, or else I'll >> make the required change and push it. >> > You can copy that block from my patch if that's easier for you, but please > comment on the issues I mentioned. > Since this discussion is going on in two different places, it's a bit confusing. I mentioned my concerns about using c_strcasecmp in various places in the other thread.
In short, I;m not sure if we want to use c_strcasecmp for in http.c or recur.c since domain names allowed to be non-ASCII. And if I'm not wrong, even the HTTP headers may contain non-ASCII data. In such cases would c_strcasecmp work correctly? -- Thanking You, Darshit Shah
