about summary refs log tree commit homepage
path: root/lib/PublicInbox/Qspawn.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-16 01:01:03 +0000
committerEric Wong <e@80x24.org>2021-10-16 01:42:55 +0000
commitbb8a6a435a4b7707e9fb0329c49671f495262016 (patch)
tree4a5c53bd83f8065b2764e86d159400cbe3c7c551 /lib/PublicInbox/Qspawn.pm
parent48cfcb04ed337f96e5105a2f93d127d2d6692c5a (diff)
downloadpublic-inbox-bb8a6a435a4b7707e9fb0329c49671f495262016.tar.gz
We'll save ourselves some code here and let the kernel do more
work, instead.
Diffstat (limited to 'lib/PublicInbox/Qspawn.pm')
-rw-r--r--lib/PublicInbox/Qspawn.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm
index a1ff65b6..53d0ad55 100644
--- a/lib/PublicInbox/Qspawn.pm
+++ b/lib/PublicInbox/Qspawn.pm
@@ -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;