mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 21:01:20 +07:00
doc: update
This commit is contained in:
@ -169,6 +169,7 @@ func (svr *Service) Run() {
|
||||
stream, err := session.AcceptStream()
|
||||
if err != nil {
|
||||
log.Warn("Accept new mux stream error: %v", err)
|
||||
session.Close()
|
||||
return
|
||||
}
|
||||
wrapConn := frpNet.WrapConn(stream)
|
||||
|
Reference in New Issue
Block a user