codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Scheme comparision should be case insensitive #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r682.

Original comment by nicolas.dufresne@gmail.com on 1 Jun 2010 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 7 Jun 2010 at 3:50