Michael Frankfurter created CAMEL-18493:
-------------------------------------------
Summary: camel-netty-http: Add maxInitialLineLength, maxChunkSize
configuration parameters
Key: CAMEL-18493
URL: https://issues.apache.org/jira/browse/CAMEL-18493
Project: Camel
Issue Type: Improvement
Components: camel-netty-http
Affects Versions: 3.x
Reporter: Michael Frankfurter
Fix For: 3.19.0
Camel Netty HTTP has the option {{maxHeaderSize}} which goes down into
{{HttpServerInitializerFactory}} and is used at constructor
{{HttpRequestDecoder}}.
The other two options {{maxInitialLineLength}} and {{maxChunkSize}} which might
be necessary to be configured here are not exposed but would be good if so.
Patch is already available:
https://github.com/micfra/camel/tree/camel-netty-http-ext-configuration - Pull
request follows.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)