]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: reduce local vars, de-anonymize rd_hdr
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:50:41 +0000 (07:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Dec 2019 10:48:19 +0000 (10:48 +0000)
commit2131a3cd0a1cad6f7d6a2c6439676f9f2a039ff7
tree6bd1fcab6197b92be2a8999858fb09380606f530
parente0e53f21b15d40841f184f22223896cf7cf0b8d8
qspawn: reduce local vars, de-anonymize rd_hdr

rd_hdr() now becomes a named subroutine instead of a per-call
local variable, so kilobytes of memory will not have to be
allocated for it on every ->psgi_return call.
lib/PublicInbox/Qspawn.pm