Update QtWebApp to v1.8.6

This commit is contained in:
Felix Kauselmann
2022-10-08 13:38:52 +02:00
parent 083888efde
commit 2e72e428ba
14 changed files with 157 additions and 39 deletions

View File

@ -23,7 +23,7 @@ namespace stefanfrings {
from a TCP socket and provides getters for the individual parts
of the request.
<p>
The follwing config settings are required:
The following config settings are required:
<code><pre>
maxRequestSize=16000
maxMultiPartSize=1000000
@ -32,7 +32,6 @@ namespace stefanfrings {
MaxRequestSize is the maximum size of a HTTP request. In case of
multipart/form-data requests (also known as file-upload), the maximum
size of the body must not exceed maxMultiPartSize.
The body is always a little larger than the file itself.
*/
class DECLSPEC HttpRequest {