Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.12.1
-
None
-
Unknown
Description
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)
Attachments
Issue Links
- duplicates
-
CAMEL-8222 Jetty component setting responseHeaderSize is impossible
- Resolved