prevent thread leakage.
authorArnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Wed, 20 Aug 2014 16:01:56 +0000 (18:01 +0200)
committerArnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Wed, 20 Aug 2014 16:01:56 +0000 (18:01 +0200)
commit7441112f391370bc19ea6b6d9d4160cd98812bea
tree97c6433c424d7eee20b4707773be0369b174a4f5
parent3b3e000bf74ac01fad1526e8b84f8e2454361500
prevent thread leakage.

without this, archiveopteryx would leak one pthread id for some/every
network-level close, and eventually pthreads would run out.
server/eventloop.cpp