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.