[
https://issues.apache.org/jira/browse/CAMEL-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated CAMEL-8315:
--------------------------------
Fix Version/s: 2.15.0
2.14.2
> 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, 2.14.2, 2.15.0
>
>
> 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)