[
https://issues.apache.org/jira/browse/TS-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213185#comment-14213185
]
ASF subversion and git services commented on TS-3199:
-----------------------------------------------------
Commit 70227c26cba1696a42609dba79bc5e4f87926961 in trafficserver's branch
refs/heads/master from [~sudheerv]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=70227c2 ]
[TS-3199]: use pre-defined constants for method/len like James Peach suggested
> 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)