]> Sergey Matveev's repositories - public-inbox.git/commit
ds: reduce Errno imports and drop ->close reason
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 12:15:45 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Mon, 10 Jun 2019 05:05:15 +0000 (05:05 +0000)
commit30ab5cf82b9d47242640f748a0f9a088ca783e32
tree27e72894b5770b012d10d1a91ebcf4414aba237f
parent6fa2b29fcd0477d126ebb7db7f97b334f74bbcbc
ds: reduce Errno imports and drop ->close reason

ECONNRESET and EPIPE are common on a big Internet filled with
unreliable connections, and there's nothing our code can do
about it.

So no point in wasting code to log them and there are plenty of
tracing tools to choose from if such diagnostics are needed.
lib/PublicInbox/DS.pm