X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FGzipFilter.pm;h=334d658109be102465c79e690c3afed164b54fc0;hp=48ed11a5d55cb782c9161a5589e798d63d3a8498;hb=9c42ece6dfddf4156dc3016e2fa8835bf3d8aca1;hpb=5ef37f4a13e2be711ef074dc2cd9994005273117 diff --git a/lib/PublicInbox/GzipFilter.pm b/lib/PublicInbox/GzipFilter.pm index 48ed11a5..334d6581 100644 --- a/lib/PublicInbox/GzipFilter.pm +++ b/lib/PublicInbox/GzipFilter.pm @@ -180,8 +180,7 @@ sub async_blob_cb { # git->cat_async callback sub smsg_blob { my ($self, $smsg) = @_; - git_async_cat($self->{ibx}->git, $smsg->{blob}, - \&async_blob_cb, $self); + ibx_async_cat($self->{ibx}, $smsg->{blob}, \&async_blob_cb, $self); } 1;