This commit is contained in:
astaxie
2012-10-10 14:44:20 +08:00
parent 5a606cab6b
commit 6bf0be4299

2
8.1.md
View File

@@ -205,7 +205,7 @@ TCP有很多连接控制函数我们平常用到比较多的有如下几个
if err != nil { if err != nil {
continue continue
} }
go handlerClient(conn) go handlerClient(conn)
} }
} }