SyliusResourceBundle
SyliusResourceBundle copied to clipboard
Support complete list of options when creating HttpServerCodec instance
Right now Aleph exposes 3 out of 5 configuration options for HttpServerCodec
here:
-
maxInitialLineLenght
-
maxHeaderSize
-
maxChunkSize
Not supported:
-
validateHeaders
(set tofalse
by default) -
initialBufferSize
(missing, use Netty's default)