You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by vmamidi <gi...@git.apache.org> on 2017/02/01 18:52:35 UTC

[GitHub] trafficserver issue #1404: TS-1403 retry safe methods in case of server fail...

Github user vmamidi commented on the issue:

    https://github.com/apache/trafficserver/pull/1404
  
    According to RFC ( https://tools.ietf.org/html/rfc7231#section-4.2.1 ) all the idempotent methods should be retryable but we can at least try to retry the safe requests. The methods GET, HEAD, OPTIONS, and TRACE are considered safe.
    
    ATS does not retry any requests based on the connection state with Origin Server and bytes sent to Origin Server. ATS should retry all the safe requests to give a chance to serve the request instead of responding with 502.
    
    Also, we can make this configurable so that ATS can handle special scenarios.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---