maskit opened a new pull request #6837: URL: https://github.com/apache/trafficserver/pull/6837
Since the logic is for chunked encoding, we should be able to check the availability instead of protocol names. This enables us to not maintain the protocol list here that don't use chunked encoding. Without this change, we'd need to check every protocol names that don't support chunked encoding such as http/2, h3, h3-27, h3-28, etc. by costly string comparison. ---------------------------------------------------------------- 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: [email protected]
