]> Sergey Matveev's repositories - public-inbox.git/commit
lei: drop EOFpipe in favor of PktOp
authorEric Wong <e@80x24.org>
Fri, 21 May 2021 10:28:26 +0000 (10:28 +0000)
committerEric Wong <e@80x24.org>
Sun, 23 May 2021 01:33:02 +0000 (01:33 +0000)
commit3f4b1cb5884531acae332cddba0ed3d647424567
tree92b579971389d21a946c909e043ee3a81daa5e74
parente901a56b3b30b22f16bc9c6460150b2b402b4ee7
lei: drop EOFpipe in favor of PktOp

lei already uses PktOp and SOCK_SEQPACKET throughout; whereas
EOFpipe had one single use in lei.  Since PktOp is a strict
superset of EOFpipe functionality, we may be able to get rid of
EOFpipe entirely.

However, lei is considered a portability canary and I'm not sure
if the stable public-inbox-* code can drop EOFpipe just yet.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm