h3_logio_config_t¶
Public Attributes¶
| Name | |
|---|---|
| apr_off_t | bytes_in |
| apr_off_t | bytes_out |
| apr_off_t | bytes_last_request |
Detailed Description¶
Per-connection byte counters, laid out to match mod_logio's private config struct (modules/loggers/mod_logio.c:52) so that I/O log format directives resolve correctly against synthesized H3 connections.