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 2020/09/09 15:50:50 UTC

[GitHub] [trafficserver] shinrich opened a new pull request #7175: Fix TSHttpTxnServerPacket* API's to correctly update existing server connections

shinrich opened a new pull request #7175:
URL: https://github.com/apache/trafficserver/pull/7175


   Found this while working on restructuring server connections.  The existing code will only apply the settings to existing origin connections if they are "bound" to the user agent connections.  If the server connections are available to be reused between user agent connections, the packet settings will not be applied.  This code change enables the packet settings to be applied to any existing connections to origin.  This change should better match the existing documentations.


----------------------------------------------------------------
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.

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



[GitHub] [trafficserver] shinrich merged pull request #7175: Fix TSHttpTxnServerPacket* API's to correctly update existing server connections

Posted by GitBox <gi...@apache.org>.
shinrich merged pull request #7175:
URL: https://github.com/apache/trafficserver/pull/7175


   


----------------------------------------------------------------
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.

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