]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GitHTTPBackend.pm
bundle Danga::Socket and Sys::Syscall
[public-inbox.git] / lib / PublicInbox / GitHTTPBackend.pm
index 57944a06be1365426cbec24a39d3e6f3ebed55fb..09411048db25a8d4fcb41237d4285fa46abd9960 100644 (file)
@@ -67,7 +67,7 @@ sub err ($@) {
 
 sub drop_client ($) {
        if (my $io = $_[0]->{'psgix.io'}) {
-               $io->close; # this is Danga::Socket::close
+               $io->close; # this is PublicInbox::DS::close
        }
 }