]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: wait for writability before sending greeting
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:37 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit93fc0336d39ba3ef07b479877e64371f07c86eab
treecc86f8e17cae6dfc435eb9e9fcaca3d414aa1a6b
parent03b8f86532a29d0cb129ff6e8d3ddf2d51deb2f8
nntp: wait for writability before sending greeting

This will be needed for NNTPS support, since we need
to negotiate the TLS connection before writing the
greeting and we can reuse the existing buffer layer
to enqueue writes.
lib/PublicInbox/NNTP.pm