-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
-
13
-
Foundation Sprint 135, Foundation Sprint 136, Foundation Sprint 137, Foundation Sprint 138
There is currently no limitation of maximum size of incoming requests. This makes QtHttpServer vulnerable to clients sending larger request than there is memory enough for.
Add a user configurable limitation, and enforce this limitation, replying with 413 Content Too Large if incoming requests exceed this limitation. Find a reasonable default value.