mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-11 04:50:56 +00:00
fix: remove unnecessary session.Open() in v2ray-plugin websocket
This commit is contained in:
parent
f2c4ff8f6e
commit
a8cdfe3893
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func NewV2rayObfs(ctx context.Context, conn net.Conn, option *Option) (net.Conn,
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
session.Open()
|
||||
|
||||
stream, err := session.OpenStream()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Reference in a new issue