mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-25 18:11:28 +00:00
Adjust uTLS wrapper
This commit is contained in:
parent
6e8c4f6576
commit
10f213bf3d
|
@ -14,7 +14,6 @@ import (
|
||||||
E "github.com/sagernet/sing/common/exceptions"
|
E "github.com/sagernet/sing/common/exceptions"
|
||||||
|
|
||||||
utls "github.com/refraction-networking/utls"
|
utls "github.com/refraction-networking/utls"
|
||||||
"context"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type utlsClientConfig struct {
|
type utlsClientConfig struct {
|
||||||
|
@ -42,10 +41,6 @@ type utlsConnWrapper struct {
|
||||||
*utls.UConn
|
*utls.UConn
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *utlsConnWrapper) HandshakeContext(ctx context.Context) error {
|
|
||||||
return c.UConn.HandshakeContext(ctx)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *utlsConnWrapper) ConnectionState() tls.ConnectionState {
|
func (c *utlsConnWrapper) ConnectionState() tls.ConnectionState {
|
||||||
state := c.Conn.ConnectionState()
|
state := c.Conn.ConnectionState()
|
||||||
return tls.ConnectionState{
|
return tls.ConnectionState{
|
||||||
|
|
Loading…
Reference in a new issue