Ensure that connection is only used by one client
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Mar 2010 13:01:33 +0000 (15:01 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Mar 2010 13:01:33 +0000 (15:01 +0200)
commit7cb62ced95e780a2069cec1046fa6713740e43c4
treeb4de7a560943a69fade75aa0b75975095d28c399
parente94bb57662a692dd4c0502dfb4569bfa8b811d03
Ensure that connection is only used by one client

While the host and thereby the connection is locked, we mark the
newly assigned client Client_Working. This is to prevent that one
connection gets used by two clients.
src/connection.c