pull/59/head
刘河 2019-02-21 18:15:53 +08:00
parent 934402e97d
commit 2c608ddb7f
1 changed files with 1 additions and 0 deletions

View File

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