|
@@ -43,7 +43,7 @@ type utlsConnWrapper struct {
|
|
}
|
|
}
|
|
|
|
|
|
func (c *utlsConnWrapper) HandshakeContext(ctx context.Context) error {
|
|
func (c *utlsConnWrapper) HandshakeContext(ctx context.Context) error {
|
|
- return c.Conn.Handshake()
|
|
|
|
|
|
+ return c.UConn.Handshake()
|
|
}
|
|
}
|
|
|
|
|
|
func (c *utlsConnWrapper) ConnectionState() tls.ConnectionState {
|
|
func (c *utlsConnWrapper) ConnectionState() tls.ConnectionState {
|