]> Sergey Matveev's repositories - public-inbox.git/commit
ds: hoist out do_read from NNTP and HTTP
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:33 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit2101e27b937893aa427d8693161966e3673b887e
tree1a538c0d2a24ab06e37927a3a642eed47432f40f
parentc100879166cbbd6c2481ce68a549dab7d018d826
ds: hoist out do_read from NNTP and HTTP

Both NNTP and HTTP have common needs and we can factor
out some common code to make dealing with IO::Socket::SSL
easier.
lib/PublicInbox/DS.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/NNTP.pm