]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ipc: use read_all to deal with short reads
authorEric Wong <e@80x24.org>
Thu, 4 Sep 2025 19:22:25 +0000 (19:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 6 Sep 2025 18:36:01 +0000 (18:36 +0000)
commitb6e1c8a0596909a908a58cb847f6232e59059b36
treec675aa1757067ee51bc17923820238c454e9b5f0
parent14b0adbad206a1f78373e7b16602ed341cfdac2a
ipc: use read_all to deal with short reads

The `read' perlop can still return short reads with the default
IO layer on pipes.
lib/PublicInbox/IPC.pm