mirror of
https://github.com/schoebel/mars
synced 2025-03-09 14:57:45 +00:00
client: enable compressions
This commit is contained in:
parent
95883b055c
commit
8a1b745d4f
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user