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