This commit is contained in:
刘河 2019-02-21 18:15:53 +08:00
parent 934402e97d
commit 2c608ddb7f

View File

@ -47,6 +47,7 @@ func (s *server) linkCopy(link *conn.Link, c *conn.Conn, rb []byte, tunnel *conn
return return
} }
flow.Add(len(rb), 0) flow.Add(len(rb), 0)
<-link.StatusCh
} }
buf := pool.BufPoolCopy.Get().([]byte) buf := pool.BufPoolCopy.Get().([]byte)