In HttpServerOptions there is the option to define the following settings:
- maxHeaderSize
- maxInitialLineLength
The current implementation only uses the default values. To overwrite these, we want to have the option to set these values in the RedisquesConfiguration.
In HttpServerOptions there is the option to define the following settings:
The current implementation only uses the default values. To overwrite these, we want to have the option to set these values in the RedisquesConfiguration.