[ 
https://issues.apache.org/jira/browse/CAMEL-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14306793#comment-14306793
 ] 

Willem Jiang edited comment on CAMEL-8315 at 2/5/15 7:53 AM:
-------------------------------------------------------------

I just check the code of camel master, it is not fixed yet. 
We just need to update the camel-jetty8 code for it as CAMEL-8222 fix the same 
issue here.


was (Author: njiang):
I just check the code of camel master, it is not fixed yet.

> set Component Option "responseHeaderSize",but no effect
> -------------------------------------------------------
>
>                 Key: CAMEL-8315
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8315
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jetty
>    Affects Versions: 2.12.1
>            Reporter: HugoMarco
>            Assignee: Willem Jiang
>             Fix For: 2.13.4
>
>
> I set the option "responseHeaderSize" like :
> JettyHttpComponent jettyHttpComponent=(JettyHttpComponent) 
> getContext().getComponent("jetty");
> jettyHttpComponent.setResponseHeaderSize(51202);
> But there is no effect;then I checked the camel-jetty.jar's source,and found 
> in JettyHttpComponent.createSocketConnector:
> if (responseHeaderSize != null) {
>             answer.setResponseBufferSize(responseHeaderSize);
>         }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to