forked from Mxmilu666/frp
utils/vhost: update TcpConn with bufio.Reader
This commit is contained in:
@@ -105,7 +105,7 @@ func (v *VhostMuxer) handle(c *conn.Conn) {
|
||||
if err = sConn.SetDeadline(time.Time{}); err != nil {
|
||||
return
|
||||
}
|
||||
c.TcpConn = sConn
|
||||
c.SetTcpConn(sConn)
|
||||
|
||||
l.accept <- c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user