You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Michael Frankfurter (Jira)" <ji...@apache.org> on 2022/09/09 14:16:00 UTC

[jira] [Created] (CAMEL-18493) camel-netty-http: Add maxInitialLineLength, maxChunkSize configuration parameters

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)