]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Mbox.pm
gzip_filter: delay async wcb call
[public-inbox.git] / lib / PublicInbox / Mbox.pm
index dede4825ff1381f4076fee8cc1f01d4a5035f09d..4f84eea6745d5cbc08f835e64200ebe3ce44dd00 100644 (file)
@@ -47,7 +47,7 @@ sub async_eml { # for async_blob_cb
        $ctx->{smsg} = $ctx->{ibx}->over->next_by_mid(@{$ctx->{next_arg}});
 
        $ctx->zmore(msg_hdr($ctx, $eml));
-       $ctx->{http_out}->write($ctx->translate(msg_body($eml)));
+       $ctx->write(msg_body($eml));
 }
 
 sub res_hdr ($$) {