net.server_select: Move socket timeout cleanup code out of a timer, into the select...
authorWaqas Hussain <waqas20@gmail.com>
Tue, 16 Apr 2013 22:15:10 +0000 (18:15 -0400)
committerWaqas Hussain <waqas20@gmail.com>
Tue, 16 Apr 2013 22:15:10 +0000 (18:15 -0400)
commitaed7114ec03098b6a7d4eaafbf97a98d7e1f054b
tree165afe50312d83e78cc0001e9acbe4afce3e5e7d
parentde3a81fa9c7a961671f59e8648149226a8b894e2
net.server_select: Move socket timeout cleanup code out of a timer, into the select loop (which makes util.timer the only timer using server_select._addtimer).
net/server_select.lua