bneradt opened a new pull request, #13514:
URL: https://github.com/apache/trafficserver/pull/13514

   Each HTTP protocol acceptor keeps a separate copy of proxy-port
   properties, so adding or consuming one requires protocol-specific
   plumbing and can leave newer protocols without configured defaults.
   
   Introduce a common HTTP acceptor base that shares one immutable
   property set per proxy port and retains the source HttpProxyPort.
   Sessions track that acceptor, while transactions copy mutable outbound
   settings when they start so per-transaction overrides remain isolated.
   
   Fixes: #3427


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

Reply via email to