]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
extindex: improve error checking with try_cat
authorEric Wong <e@80x24.org>
Wed, 13 Aug 2025 21:42:47 +0000 (21:42 +0000)
committerEric Wong <e@80x24.org>
Fri, 15 Aug 2025 12:30:50 +0000 (12:30 +0000)
commit0942945004cb5fcf1eca7a52a91a09b3b9cfe02c
tree2cc2c811e134b1c283737482c960462a815ec622
parent29c04518fc3c915f10126eb58820275e351f7cbf
extindex: improve error checking with try_cat

PublicInbox::IO::try_cat will detect read(2) errors properly
instead of relying on the readline perlop for error checking.
lib/PublicInbox/ExtSearchIdx.pm