You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/03/22 09:59:45 UTC

[jira] Created: (CAMEL-2566) camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true

camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true
------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2566
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2566
             Project: Apache Camel
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Freeman Fang
             Fix For: 2.3.0


so that the client side which send request will know this is a chunked message.
It's important when the response http headers is more than 4096 and we want to use chunked response message


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


[jira] Updated: (CAMEL-2566) camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated CAMEL-2566:
--------------------------------

    Attachment: CAMEL-2566-with-testcase.patch

attachment patch with testcase

> camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2566
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Freeman Fang
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2566-with-testcase.patch, CAMEL-2566.patch
>
>
> so that the client side which send request will know this is a chunked message.
> It's important when the response http headers is more than 4096 and we want to use chunked response message

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


[jira] Assigned: (CAMEL-2566) camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-2566:
----------------------------------

    Assignee: Claus Ibsen

> camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2566
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Freeman Fang
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2566-with-testcase.patch, CAMEL-2566.patch
>
>
> so that the client side which send request will know this is a chunked message.
> It's important when the response http headers is more than 4096 and we want to use chunked response message

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


[jira] Updated: (CAMEL-2566) camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated CAMEL-2566:
--------------------------------

    Attachment: CAMEL-2566.patch

> camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2566
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Freeman Fang
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2566.patch
>
>
> so that the client side which send request will know this is a chunked message.
> It's important when the response http headers is more than 4096 and we want to use chunked response message

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


[jira] Resolved: (CAMEL-2566) camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2566.
--------------------------------

    Resolution: Fixed

Thanks Freeman for the patch.

trunk: 926047.

> camel-http component should set Transfer-Encoding as chunked header for response message when checkChunked is true
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2566
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Freeman Fang
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2566-with-testcase.patch, CAMEL-2566.patch
>
>
> so that the client side which send request will know this is a chunked message.
> It's important when the response http headers is more than 4096 and we want to use chunked response message

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