On 24 Jun 2015, at 3:58 PM, Stefan Eissing <stefan.eiss...@greenbytes.de> wrote:

> Totally agree. That is why it is not implemented like that. With the side 
> effect that mod_logio, for example, does not aggregate data for the main 
> connection.
> 
> The only exception in the current implementation is mod_ssl. mod_h2 copies 
> that one to the slave connection, so that ssl_var_lookup() works.

This may break if a change was made to mod_ssl and structure sizes changed.

If there was something like c->main, we could teach mod_ssl how to find the 
“root” connection so that ssl_var_lookup() “just works” without copying.

Regards,
Graham
—

Reply via email to