What steps will reproduce the problem?
1. Setup and HTTP proxy e.g http://myproxy.com:8080
2. Run "proxy HTTP://test.com"
What is the expected output? What do you see instead?
It's expected to get "http://myproxy.com:8080" but we get direct://
instead. This is caused by scheme being compared in case sensitive way
(e.g. strcmp() instead of strcasecmp()).
Original issue reported on code.google.com by nicolas.dufresne@gmail.com on 30 Apr 2010 at 4:16
Original issue reported on code.google.com by
nicolas.dufresne@gmail.com
on 30 Apr 2010 at 4:16