maskit opened a new pull request #7286: URL: https://github.com/apache/trafficserver/pull/7286
This removes code for h2c support except the upgrade token. The token is needed to recognize h2c and handle it as a normal request without Upgrade header. With this change, a request with `Upgrade: h2c` does not cause "400 Bad Request", unless the request is really an bad request. The behavior for `Upgrade: websocket` is not changed (it returns 400 if the request doesn't follow requirements on RFC6455). This closes #3813 ---------------------------------------------------------------- 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]
