]> Sergey Matveev's repositories - public-inbox.git/commit
git: ensure ->destroy clobbers check_async read buffer
authorEric Wong <e@80x24.org>
Fri, 16 Oct 2020 06:59:32 +0000 (06:59 +0000)
committerEric Wong <e@80x24.org>
Fri, 16 Oct 2020 17:15:23 +0000 (17:15 +0000)
commitaaae95b1f3be705daf815b490ec556bdf19e0538
treeb47d6c0b23846c2f00b6ec86f37edff82e256d97
parentc0174089f48d081bb84ce776d5b6ee0bf19a4fa1
git: ensure ->destroy clobbers check_async read buffer

It's currently not a problem as ->destroy doesn't
happen for no reason, we'll need to ensure future uses of
->destroy correctly discard the check_async buffer.
lib/PublicInbox/Git.pm