added tests for mixed-case scheme URLs, changed adapters passing down URLs into urlli...
authorViktor Haag <Viktor.Haag@Desire2Learn.com>
Fri, 24 May 2013 20:14:14 +0000 (16:14 -0400)
committerViktor Haag <Viktor.Haag@Desire2Learn.com>
Fri, 24 May 2013 20:14:14 +0000 (16:14 -0400)
commit01993d21dc7d6fa8f0acf657425d2fead9b2ddea
tree13262181f991fa58bf941586da1b01ef76dcc9d4
parent5e94f38001fdaccda924aab9e5f0ffc064492129
added tests for mixed-case scheme URLs, changed adapters passing down URLs into urllib3 by lower-ifying them so that the underlying pool manager can effectively pool by scheme as dictionary key
requests/adapters.py
test_requests.py