You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/09/21 16:06:55 UTC

[GitHub] [trafficserver] zwoop commented on pull request #8328: Fix missing outbound_conntrack config assigment(from master config to global parameter config)

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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org