mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
utils/conn: typo
This commit is contained in:
@@ -143,7 +143,7 @@ func ConnectServerByHttpProxy(httpProxy string, serverAddr string) (c *Conn, err
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
req, err := http.NewRequest("CONNECT", "https://"+serverAddr, nil)
|
req, err := http.NewRequest("CONNECT", "http://"+serverAddr, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user