icing / mod_h2

HTTP/2 module for Apache httpd
https://icing.github.io/mod_h2/
Apache License 2.0
256 stars 41 forks source link

Report transaction timely #254

Closed icing closed 1 year ago

icing commented 1 year ago
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
hmoffatt commented 1 year ago

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.