Browse Source

Removed redundant 'https' proxy scheme

Eugene Fryntov 10 years ago
parent
commit
ba6827d592
1 changed files with 0 additions and 1 deletions
  1. 0 1
      psiphon/upstreamproxy/proxy_http.go

+ 0 - 1
psiphon/upstreamproxy/proxy_http.go

@@ -243,5 +243,4 @@ func (pc *proxyConn) SetWriteDeadline(t time.Time) error {
 
 
 func init() {
 func init() {
 	proxy.RegisterDialerType("http", newHTTP)
 	proxy.RegisterDialerType("http", newHTTP)
-	proxy.RegisterDialerType("https", newHTTP)
 }
 }