zwoop commented on pull request #8328:
URL: https://github.com/apache/trafficserver/pull/8328#issuecomment-924133794
I'm somewhat confused here, because the code already does this, but in the
correct overridable portion of the HttpConfig:
```
params->oride.outbound_conntrack = m_master.oride.outbound_conntrack;
```
I'm wondering if there's something else broken with this outbound_conntrack
making it not behave? Your patch would "copy" the config, but it copies it to
the wrong section (not making it overridable). @SolidWallOfCode ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]