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

fix for logio reported bytes sent #251

Closed icing closed 1 year ago

icing commented 1 year ago

Accurately report the bytes sent for a request in the '%O' Log format.

This addresses #203, a long outstanding issue where mod_h2 has reported numbers over-eagerly from internal buffering and not what has actually been placed on the connection. The numbers are now the same with and without H2CopyFiles enabled.