You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2009/11/03 19:41:32 UTC

[jira] Created: (TS-10) Chunked encoding can "hang" the UA connection

Chunked encoding can "hang" the UA connection
---------------------------------------------

                 Key: TS-10
                 URL: https://issues.apache.org/jira/browse/TS-10
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Leif Hedstrom


It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.

    Transfer-Encoding: chunked


This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-10) Chunked encoding can "hang" the UA connection

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-10:
----------------------------

    Component/s: Core

> Chunked encoding can "hang" the UA connection
> ---------------------------------------------
>
>                 Key: TS-10
>                 URL: https://issues.apache.org/jira/browse/TS-10
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>
> It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.
>     Transfer-Encoding: chunked
> This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-10) Chunked encoding can "hang" the UA connection

Posted by "Steve Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang resolved TS-10.
---------------------------

       Resolution: Fixed
    Fix Version/s: 2.0a

> Chunked encoding can "hang" the UA connection
> ---------------------------------------------
>
>                 Key: TS-10
>                 URL: https://issues.apache.org/jira/browse/TS-10
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Steve Jiang
>             Fix For: 2.0a
>
>         Attachments: TS-10.patch
>
>
> It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.
>     Transfer-Encoding: chunked
> This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-10) Chunked encoding can "hang" the UA connection

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773597#action_12773597 ] 

Leif Hedstrom commented on TS-10:
---------------------------------

I think Bryan reviewed this before, so looks good to me.

sr=leif

> Chunked encoding can "hang" the UA connection
> ---------------------------------------------
>
>                 Key: TS-10
>                 URL: https://issues.apache.org/jira/browse/TS-10
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Steve Jiang
>         Attachments: TS-10.patch
>
>
> It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.
>     Transfer-Encoding: chunked
> This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-10) Chunked encoding can "hang" the UA connection

Posted by "Steve Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang reassigned TS-10:
-----------------------------

    Assignee: Steve Jiang

> Chunked encoding can "hang" the UA connection
> ---------------------------------------------
>
>                 Key: TS-10
>                 URL: https://issues.apache.org/jira/browse/TS-10
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Steve Jiang
>
> It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.
>     Transfer-Encoding: chunked
> This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-10) Chunked encoding can "hang" the UA connection

Posted by "Steve Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang updated TS-10:
--------------------------

    Attachment: TS-10.patch

fix the chunking decision for the serve from cache after revalidation and read-while-write cases

> Chunked encoding can "hang" the UA connection
> ---------------------------------------------
>
>                 Key: TS-10
>                 URL: https://issues.apache.org/jira/browse/TS-10
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Steve Jiang
>         Attachments: TS-10.patch
>
>
> It seems under certain conditions, we send chunked encoded data to the UA, without an appropriate header indicating the content is chunked encoded, e.g.
>     Transfer-Encoding: chunked
> This causes at least "curl" to hang until the connection times out.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.