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/10/21 07:42:29 UTC

[GitHub] [trafficserver] maskit opened a new pull request #7286: Remove unfinished h2c support

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:
users@infra.apache.org



[GitHub] [trafficserver] maskit merged pull request #7286: Remove unfinished h2c support

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


   


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