SyliusResourceBundle icon indicating copy to clipboard operation
SyliusResourceBundle copied to clipboard

Support complete list of options when creating HttpServerCodec instance

Open kachayev opened this issue 6 years ago • 0 comments

Right now Aleph exposes 3 out of 5 configuration options for HttpServerCodec here:

  • maxInitialLineLenght
  • maxHeaderSize
  • maxChunkSize

Not supported:

  • validateHeaders (set to false by default)
  • initialBufferSize (missing, use Netty's default)

kachayev avatar Dec 16 '18 17:12 kachayev