about summary refs log tree commit homepage
path: root/lib/PublicInbox/Gcf2Client.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-26 02:11:03 +0000
committerEric Wong <e@80x24.org>2023-11-26 19:34:56 +0000
commite7f0919b6ec2e959444efb12af44658aa1ea9fb4 (patch)
treefa18623724b2c3092551dac3733f7e0744446534 /lib/PublicInbox/Gcf2Client.pm
parentef94b82e4b9f89d543b005fcf8c7f184db87c4f9 (diff)
downloadpublic-inbox-e7f0919b6ec2e959444efb12af44658aa1ea9fb4.tar.gz
The long-term plan is to share non-blocking read buffering logic
with HTTP/NNTP/IMAP/POP3 and also XapClient.
Diffstat (limited to 'lib/PublicInbox/Gcf2Client.pm')
-rw-r--r--lib/PublicInbox/Gcf2Client.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Gcf2Client.pm b/lib/PublicInbox/Gcf2Client.pm
index 48d8c5ac..19d77e32 100644
--- a/lib/PublicInbox/Gcf2Client.pm
+++ b/lib/PublicInbox/Gcf2Client.pm
@@ -21,7 +21,6 @@ use autodie qw(socketpair);
 #        pid.owner => process which spawned {pid}
 #        in => same as {sock}, for compatibility with PublicInbox::Git
 #        inflight => array (see PublicInbox::Git)
-#        rbuf => scalarref, may be non-existent or empty
 sub new  {
         my ($opt) = @_;
         my $self = bless {}, __PACKAGE__;