[
https://issues.apache.org/jira/browse/TS-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sudheer Vinukonda resolved TS-3199.
-----------------------------------
Resolution: Fixed
> HEAD request over SPDY hangs until inactivity timeout
> -----------------------------------------------------
>
> Key: TS-3199
> URL: https://issues.apache.org/jira/browse/TS-3199
> Project: Traffic Server
> Issue Type: Bug
> Components: SPDY
> Affects Versions: 5.1.1
> Reporter: Sudheer Vinukonda
> Assignee: Sudheer Vinukonda
> Fix For: 5.2.0
>
>
> FetchSM sees non-zero content length in the headers and waits incorrectly for
> the body until a timeout occurs. If it's a HEAD method, FetchSM should
> immediately send BODY_DONE to spdy to end the stream.
> {code}
> 9.4 HEAD
> The HEAD method is identical to GET except that the server MUST NOT return a
> message-body in the response. The metainformation contained in the HTTP
> headers in response to a HEAD request SHOULD be identical to the information
> sent in response to a GET request. This method can be used for obtaining
> metainformation about the entity implied by the request without transferring
> the entity-body itself. This method is often used for testing hypertext links
> for validity, accessibility, and recent modification.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)