Descriptiontrychange.py: Use urllib2's urlopen() instead of urllib's.
urllib.urlopen() has issues with proxies similar to the ones reported in bug
134165 that are not present in urllib2.urlopen() -- namely, it does not
perform HTTP tunneling with proxy servers when fetching HTTPS URLs.
TEST=Pass --url=https://someurl to trychange.py behind a corporate proxy
R=maruel@chromium.org,iannucci@chromium.org,dpranke@chromium.org
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=247914
Patch Set 1 #Patch Set 2 : Remove --proxy support #
Messages
Total messages: 8 (0 generated)
|