client: enable compressions

This commit is contained in:
Thomas Schoebel-Theuer 2019-08-05 10:16:09 +02:00 committed by Thomas Schoebel-Theuer
parent 95883b055c
commit 8a1b745d4f

View File

@ -921,6 +921,8 @@ static int sender_thread(void *data)
// notice: hash_head is already there!
mutex_unlock(&output->mutex);
mref->ref_flags |= enabled_net_compressions;
status = mars_send_mref(&ch->socket, mref, cork);
old_cork = cork;
if (unlikely(status < 0)) {