mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 04:25:44 -05:00
support mtproto conn type 0xee. fixes #1297
This commit is contained in:
@@ -36,7 +36,8 @@ func (c *Client) Process(ctx context.Context, link *core.Link, dialer proxy.Dial
|
||||
}
|
||||
defer conn.Close() // nolint: errcheck
|
||||
|
||||
auth := NewAuthentication()
|
||||
sc := SessionContextFromContext(ctx)
|
||||
auth := NewAuthentication(sc)
|
||||
defer putAuthenticationObject(auth)
|
||||
|
||||
request := func() error {
|
||||
|
||||
Reference in New Issue
Block a user