about summary refs log tree commit homepage
path: root/public-inbox-httpd
diff options
context:
space:
mode:
Diffstat (limited to 'public-inbox-httpd')
-rw-r--r--public-inbox-httpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-inbox-httpd b/public-inbox-httpd
index 0c1e24cb..772333e8 100644
--- a/public-inbox-httpd
+++ b/public-inbox-httpd
@@ -72,6 +72,7 @@ sub new {
 
 sub event_read { $_[0]->{cb}->() }
 sub event_hup { $_[0]->{cb}->() }
+sub event_err { $_[0]->{cb}->() }
 sub sysread { shift->{sock}->sysread(@_) }
 
 1;