RunCommandQueues: little optimization
authorLoic Blot <loic.blot@unix-experience.fr>
Tue, 31 Mar 2015 07:22:44 +0000 (09:22 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Tue, 31 Mar 2015 07:29:33 +0000 (09:29 +0200)
commitab77bf98ee320835e5dc50ed9b013442221f96e8
tree7b9ce9657c13543b874f5fcd99816c7e74f45d50
parent7c121726dc9e334208f3a7585db86bc717a4a83e
RunCommandQueues: little optimization
remove command from queue on success, else do nothing, instead of remove command from queue and push it front on success
src/network/connection.cpp