ntex
ntex copied to clipboard
Allow to configure MAX_HEADERS/MAX_BUFFER_SIZE
Currently (for h1 codec) the constants MAX_HEADERS = 96 and MAX_BUFFER_SIZE = 32k are hardcoded and cannot be changed.
For example, in hyper, these setting are configurable (see max_headers and max_buf_size)
Would be possible to make them configurable for ntex too? Thank you.
i will think, it is not that straightforward
+1