http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/HTTPD/Async.pm?h=p516-leak
Error handling will happen in $fh->close # called by the {end} handler delete $http ->{ forward }; $self -> close ; # queues ->{end} to be called } } # once this is called, all data we read is passed to the # to the PublicInbox::HTTP instance ($http) via $fh->write sub async_pass { my ( $self , $http , $fh , $bref ) = @_ ; # In case the client HTTP connection ($http) dies, it # will automatically close...