HugoMarco created CAMEL-8315:
--------------------------------

             Summary: 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


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