]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/DS.pm
nntp: reduce memory overhead of zlib
[public-inbox.git] / lib / PublicInbox / DS.pm
index 586c47cdc8cef94e05509dfbf0a82136a147f870..b16b189629ff16d459bc7c79bb0155e43d9642ea 100644 (file)
@@ -553,7 +553,9 @@ sub msg_more ($$) {
             return 0;
         }
     }
-    $self->write(\($_[1]));
+
+    # don't redispatch into NNTPdeflate::write
+    PublicInbox::DS::write($self, \($_[1]));
 }
 
 sub epwait ($$) {