Github user masaori335 commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/749#discussion_r68698335
  
    --- Diff: proxy/http/HttpTransact.cc ---
    @@ -8199,13 +8199,15 @@ HttpTransact::build_error_response(State *s, 
HTTPStatus status_code, const char
         if (has_ua_msie)
           s->hdr_info.client_response.value_set(MIME_FIELD_PROXY_CONNECTION, 
MIME_LEN_PROXY_CONNECTION, "close", 5);
       }
    -  // Add a bunch of headers to make sure that caches between
    -  // the Traffic Server and the client do not cache the error
    -  // page.
    +  // Make sure that caches between the Traffic Server and the client do 
not cache the error.
    +  // ToDo: Not sure this matches expectation in RFC 7223.
    --- End diff --
    
    Looks a typ. RFC 7232 is correct?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to