You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by maskit <gi...@git.apache.org> on 2017/03/27 06:46:05 UTC

[GitHub] trafficserver issue #1607: Some headers are not sent on 408 timeout response...

GitHub user maskit opened an issue:

    https://github.com/apache/trafficserver/issues/1607

    Some headers are not sent on 408 timeout responses

    Date, Via and Server header are not sent on 408 timeout response. Currently, only Connection header is sent.
    
    `HttpTransact::build_error_response()` stores the headers into `t_state.hdr_info.client_response.m_http` but they are not used.
    https://github.com/apache/trafficserver/blob/7.0.0/proxy/http/HttpSM.cc#L3497
    
    Note that Connection header should always be present on 408.
    https://tools.ietf.org/html/rfc7231#section-6.5.7

----

----


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