Browse Source

Remove redundant line

Rod Hynes 10 years ago
parent
commit
7eea9a8b62
1 changed files with 0 additions and 2 deletions
  1. 0 2
      psiphon/meekConn.go

+ 0 - 2
psiphon/meekConn.go

@@ -205,8 +205,6 @@ func DialMeek(
 
 		} else { // !useHTTPS
 
-			host = fmt.Sprintf("%s:%d", serverEntry.IpAddress, serverEntry.MeekServerPort)
-
 			if strings.HasPrefix(meekConfig.UpstreamProxyUrl, "http://") {
 				// For unfronted meek, we let the http.Transport handle proxying, as the
 				// target server hostname has to be in the HTTP request line. Also, in this