]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTPD/Async.pm
ds: stop distinguishing event read and write callbacks
[public-inbox.git] / lib / PublicInbox / HTTPD / Async.pm
index 4d0c8d5bc93eb86182888e3e10d570857ea2d121..604627ab0b5678dfa99f43bfccc88af0b0c730b9 100644 (file)
@@ -75,7 +75,7 @@ sub async_pass {
        $self->{cb} = main_cb($http, $fh, $bref);
 }
 
-sub event_read { $_[0]->{cb}->(@_) }
+sub event_step { $_[0]->{cb}->(@_) }
 
 sub close {
        my $self = shift;