Replies: 1 comment
-
We have been running into the same problem! Otherwise we can only think of setting DFL_VALUE_LENGTH_LIMIT in the code and recompiling the library (not easy to configure using vcpkg). |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions