X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FNNTP.pm;h=295aee0e1725d093f57df8b649782b47f1816a02;hb=f564327fd1e694056a4b13ed398cabd8d0d4c173;hp=0bfafa880cba62aa9a10e70634757abb957abfc4;hpb=a36e2d3c6f7e5cc1e7aa2b495ad67bbd2b3d709c;p=public-inbox.git diff --git a/lib/PublicInbox/NNTP.pm b/lib/PublicInbox/NNTP.pm index 0bfafa88..295aee0e 100644 --- a/lib/PublicInbox/NNTP.pm +++ b/lib/PublicInbox/NNTP.pm @@ -1,5 +1,7 @@ # Copyright (C) 2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# +# Each instance of this represents a NNTP client socket package PublicInbox::NNTP; use strict; use warnings; @@ -897,7 +899,7 @@ sub do_more ($$) { $self->do_write($data); } -# callbacks for by Danga::Socket +# callbacks for Danga::Socket sub event_hup { $_[0]->close } sub event_err { $_[0]->close }