]> Sergey Matveev's repositories - public-inbox.git/commit
lei: reduce live FD references in wq child
authorEric Wong <e@80x24.org>
Thu, 14 Jan 2021 07:06:18 +0000 (19:06 -1200)
committerEric Wong <e@80x24.org>
Thu, 14 Jan 2021 23:14:08 +0000 (23:14 +0000)
commit529c7edd3cc62f0e328517b6628706251a33099e
tree79cacd6b5d82e04652a6dabf2010534cfbcd3741
parentb5607f3185f956f23dee025255a84b75c79f8e62
lei: reduce live FD references in wq child

We can shrink the @TO_CLOSE_ATFORK_CHILD array by two
elements, at least.  I may be possible to eliminate this
array entirely but clobbering $quit doesn't seem to
remove references to $eof_w or the $listener socket.
lib/PublicInbox/LEI.pm