t
This commit is contained in:
@@ -1994,6 +1994,7 @@ func connHandler(c net.Conn, msg string) (result string) {
|
||||
//缓冲
|
||||
buf := make([]byte, 1024)
|
||||
//写入数据
|
||||
|
||||
c.Write([]byte(msg))
|
||||
//服务器端返回的数据写入buf
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user