Has anyone implemented the PSGI cleanup handler proposal: https://github.com/plack/psgi-specs/wiki/Proposal:-PSGI-environment-cleanup-handlers
If not then which servers support the Plack::Middleware::Cleanup hack (https://metacpan.org/module/Plack::Middleware::Cleanup)? I've tried with uWSGI and it always executes that cleanup handler within the main request.
--
--
This is fantastic, I'm going to be hacking something up with it.
--