mirror of
https://github.com/go-i2p/go-meta-listener.git
synced 2025-07-04 06:35:27 -04:00
refactor metalistener
This commit is contained in:
@ -85,7 +85,7 @@ func (ml *Mirror) Accept() (net.Conn, error) {
|
||||
return nil, err
|
||||
}
|
||||
// If the handshake is successful, get the underlying connection
|
||||
conn = tlsConn.NetConn()
|
||||
//conn = tlsConn.NetConn()
|
||||
}
|
||||
|
||||
host := map[string]string{
|
||||
|
Reference in New Issue
Block a user