a quick fix of net.socket:connect
This commit is contained in:
parent
26de60cb4f
commit
f09550f4e7
Binary file not shown.
3
API.md
3
API.md
|
@ -2,6 +2,9 @@
|
||||||
###version 0.9.2 build 2014-11-18
|
###version 0.9.2 build 2014-11-18
|
||||||
<a id="change_log"></a>
|
<a id="change_log"></a>
|
||||||
###change log:
|
###change log:
|
||||||
|
2014-11-18<br />
|
||||||
|
bug fixed: net.socket:connect() has no effect.
|
||||||
|
|
||||||
2014-11-18<br />
|
2014-11-18<br />
|
||||||
bug fixed: as a tcp server, the connection can't closed with :close().<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 />
|
tcp server: inactive connection will closed by server in 30s (previously 180s).<br />
|
||||||
|
|
Loading…
Reference in New Issue