You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Sudheer Vinukonda (JIRA)" <ji...@apache.org> on 2014/11/15 01:29:33 UTC

[jira] [Updated] (TS-3199) HEAD request over SPDY hangs until inactivity timeout

     [ https://issues.apache.org/jira/browse/TS-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sudheer Vinukonda updated TS-3199:
----------------------------------
    Description: 
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}

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


> 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
>            Reporter: Sudheer Vinukonda
>            Assignee: Sudheer Vinukonda
>
> 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)