]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: return if a client drops on us
authorEric Wong <e@80x24.org>
Sat, 9 Jul 2016 00:00:11 +0000 (00:00 +0000)
committerEric Wong <e@80x24.org>
Sat, 9 Jul 2016 00:00:11 +0000 (00:00 +0000)
commit7069b0be34287c5aa03a4b50c6177bcc683a92dd
treecf868816985780044c781f72c5ba1f110249751b
parent7892892a89e4fb9ce618c66e9f3d61f680ba7372
nntp: return if a client drops on us

Danga::Socket::write will set the closed flag on a socket,
automatically, and we do not need to bring down an entire
server when one client breaks the connection :P
lib/PublicInbox/NNTP.pm