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 2021/05/27 00:01:36 UTC

[GitHub] [trafficserver] maskit commented on pull request #7885: Close connection after every bad request

maskit commented on pull request #7885:
URL: https://github.com/apache/trafficserver/pull/7885#issuecomment-849197966


   This is not exactly the same story, but we don't close H2 connection immediately even if there is a stream error. We have a setting for error rate threshold and only send GOAWAY frame if error rate exceeds the threshold. I personally think we can close a connection that causes an error on the first request, but some others don't want it.
   https://github.com/apache/trafficserver/pull/6525


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