Fixed bug in Yaz_Proxy::get_client . When MAXCLIENTS is reached,
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Apr 2006 11:30:52 +0000 (11:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Apr 2006 11:30:52 +0000 (11:30 +0000)
commit3dc1aeb73ab96d305ddbbe2e2194d118ac5dc6b9
tree3605b5338358c232f95939e66b465eb741de3787
parentb276287e0e21b0bb267c5d5a7d87254ee1f5e29f
Fixed bug in Yaz_Proxy::get_client . When MAXCLIENTS is reached,
the server to be "thrown out" was not destructed properly; now using
dec_ref instead.
Fixed bug in Yaz_ProxyClient::timeoutNotify where Yaz_Proxy pointer
was read from a freed class; now reading pointer before free.
src/yaz-proxy.cpp