]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ds: do_read: return 0 on EOF
authorEric Wong <e@80x24.org>
Wed, 4 Jun 2025 11:34:57 +0000 (11:34 +0000)
committerEric Wong <e@80x24.org>
Thu, 5 Jun 2025 09:20:59 +0000 (09:20 +0000)
commitbdd84d4cff34bd1c2bcbae77558c922e5ea0014c
tree1dfd96b5f28408f91e51c408ec3f6d14cfe2432b
parent4cca3dcfe2342b2dfa41fb0b272c18626ae03196
ds: do_read: return 0 on EOF

It's conceivable that future users of this internal function
will want to distinguish between a client which failed due to
some network or HW error or a normal disconnect.
lib/PublicInbox/DS.pm