mirror of https://github.com/ehang-io/nps
http bug
parent
934402e97d
commit
2c608ddb7f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue