]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Qspawn.pm
nntp: inline CRLF in all response lines
[public-inbox.git] / lib / PublicInbox / Qspawn.pm
index a1ff65b65324e177f9e5adad67dec703183434a7..53d0ad55ee84d47ccc10bd2d7516136fd38207e8 100644 (file)
@@ -192,7 +192,6 @@ sub event_step {
 sub rd_hdr ($) {
        my ($self) = @_;
        # typically used for reading CGI headers
-       # we must loop until EAGAIN for EPOLLET in HTTPD/Async.pm
        # We also need to check EINTR for generic PSGI servers.
        my $ret;
        my $total_rd = 0;