Fix connection reuse
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Feb 2010 13:51:28 +0000 (14:51 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Feb 2010 13:51:28 +0000 (14:51 +0100)
commit9b6c0ddfd2bf29a83a70ecd558cb2dcdb34a30d2
tree0b18936c304c3ec60cd6b82a11b6b03e82c83b2f
parent2ee54f76ebb2510e313a0ad34d09a23d0d9c23ae
Fix connection reuse

Try to ensure we don't use a connection (for reuse) that is still
active. We must not reuse a connection (and ZOOM connection) if
events are still being fired to it.
src/connection.c