Perform maintenance tasks before returning to MPM keepalive handling
- fixes #253 where stream cleanup did not happen before the MPM called
back on more client IO. This led to late reporting of finished requests
and wrong times for request duration
I applied these changes to my Apache and I now see logs on H2 connections instantly. Will need some more time to check that request time logging is restored. Thanks.