rev/client: fix redundant close of client sockets
commit9c5669e232f8f57c2d8e08d84e21bf09cd87bfa1
authorEric Wong <normalperson@yhbt.net>
Tue, 17 Aug 2010 05:30:49 +0000 (17 05:30 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 17 Aug 2010 05:30:49 +0000 (17 05:30 +0000)
treecea3aa954074a49758e23f8d92f681359d9b4749
parent2f0ac01589cdc9775f7a5668c4ac491712a9f1b1
rev/client: fix redundant close of client sockets

Our keep-alive timeout mechanism does not need to kick in and
redundantly close when a client.  Fortunately there is no danger
of redundantly closing the same numeric file descriptors (and
perhaps causing difficult-to-track-down errors).
lib/rainbows/rev/client.rb