On Tue, 13 May 2014, [email protected] wrote:

Nevertheless, when manipulating strings, we all now that equivalent doesn't mean equal.

sha1('a') != sha1('A')

http://example.com/ and HTTP://example.com/ are the exact same URL so handling them as different ones is a bug in *your* code... The host name parts can also differ in case in fact.

Sure, I can give it a try, just give me some leads about where to look.

I think the easiest way to address this is to lowercase the "scheme" name that is used in all instances of "struct Curl_handler" which each protocol has at least one of - many have at least two.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to