Is there an option to set header value length limit for every request when using HTTPServer? HTTPRequest has method setValueLengthLimit, but I can`t use it because HTTPRequest created and header are parsed in Poco internal functions.
Why there is no setValueLengthLimit in HTTPServerParams class?
Is there an option to set header value length limit for every request when using HTTPServer? HTTPRequest has method setValueLengthLimit, but I can`t use it because HTTPRequest created and header are parsed in Poco internal functions.
Why there is no setValueLengthLimit in HTTPServerParams class?