log connection compression status, bugfix

This commit is contained in:
Doug Hoyte
2023-01-20 14:17:00 -05:00
parent 9f2430fa64
commit cf7f92451f
3 changed files with 12 additions and 3 deletions

View File

@ -29,7 +29,7 @@ struct WriterPipeline {
for (auto &m : msgs) {
if (m.is_null()) {
writerInbox.push_move({ "", "", 0 });
writerInbox.push_move({});
break;
}