a quick fix of net.socket:connect

This commit is contained in:
funshine 2014-11-18 12:26:21 +08:00
parent 26de60cb4f
commit f09550f4e7
2 changed files with 3 additions and 0 deletions

Binary file not shown.

3
API.md
View File

@ -2,6 +2,9 @@
###version 0.9.2 build 2014-11-18
<a id="change_log"></a>
###change log:
2014-11-18<br />
bug fixed: net.socket:connect() has no effect.
2014-11-18<br />
bug fixed: as a tcp server, the connection can't closed with :close().<br />
tcp server: inactive connection will closed by server in 30s (previously 180s).<br />