Release the data file mutex during data transfer.
commit15c1ca43a6f1cf136dcba44220f10d5b5cd5cda5
authorBen Kibbey <bjk@luxsci.net>
Thu, 20 Aug 2015 01:12:48 +0000 (19 21:12 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 29 Aug 2015 15:03:38 +0000 (29 11:03 -0400)
tree19cf97a30612a9cfedc9a91e169d54fa005b70cd
parent0faca25ba2c56aa32ae296b619b8286ee32931c0
Release the data file mutex during data transfer.

Not all commands need to acquire the data file mutex. Unlock it before
sending data (if not explicity locked) to prevent stalling other
clients.
src/commands.c