]> Sergey Matveev's repositories - public-inbox.git/commit
dsdeflate: shorten scope of initial buffer
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2022 15:52:08 +0000 (15:52 +0000)
committerEric Wong <e@80x24.org>
Sun, 24 Jul 2022 23:06:07 +0000 (23:06 +0000)
commit25fb42242320ffb55655d89268ddbb468eab9a6a
treebf95e18dd9debe04aa9b67b179ffa975ee396073
parent2f8d15b1170b137a0512a4f3163b236a5dcbf0b8
dsdeflate: shorten scope of initial buffer

There's no need to keep the initial buffer alive in package-wide
scope once it's replaced by `$next' in ->write or ->zflush.
lib/PublicInbox/DSdeflate.pm