Explorar o código

Removed redundant 'https' proxy scheme

Eugene Fryntov %!s(int64=10) %!d(string=hai) anos
pai
achega
ba6827d592
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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() {
 	proxy.RegisterDialerType("http", newHTTP)
-	proxy.RegisterDialerType("https", newHTTP)
 }