bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0

This commit is contained in:
guangli.bao
2023-09-07 22:27:58 +08:00
parent 58ce734223
commit 93d93258b1
43 changed files with 194 additions and 229 deletions

View File

@@ -48,7 +48,7 @@ func (hpd *httpProxyDialer) Dial(network string, addr string) (net.Conn, error)
}
connectReq := &http.Request{
Method: "CONNECT",
Method: http.MethodConnect,
URL: &url.URL{Opaque: addr},
Host: addr,
Header: connectHeader,