Chromium Code Reviews
        
  DescriptionRemove the use of urllib for SSL connections
Using urllib for SSL connections when behind a proxy is known to be
broken.
Upstream has fixed this in urllib2 in Python 2.6.3 and newer so
replace uses of urllib for SSL connections with urllib2 methods.
R=maruel@chromium.org
BUG=134165
TEST=gclient sync behind corporate proxy. Submitting this CL with git_cl.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149742
   
  Patch Set 1 #
      Total comments: 2
      
     
  
  
  
  Patch Set 2 : Update to add docstring and fix mode on open() call #Messages
    Total messages: 6 (0 generated)
     
  
  
       |