From: Adam Dickmeiss Date: Tue, 28 Jan 2014 14:44:07 +0000 (+0100) Subject: Add client_{lock,unlock} before call to non_block_events X-Git-Tag: v1.6.39~14 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=8c24d1e84b45566c30a05008bedf71cce42d3d05;hp=8c24d1e84b45566c30a05008bedf71cce42d3d05;p=pazpar2-moved-to-github.git Add client_{lock,unlock} before call to non_block_events in connection_continue. Problem is that if non_block_events fire records, then we will not unlock client at all. And as a result a dead-lock occurs. ---