Σύγκριση υποβολών

...

3 Υποβολές

Συγγραφέας SHA1 Μήνυμα Ημερομηνία
Albert S. 172129179e submodules: cpp-httplib: Update 2022-12-13 10:18:10 +01:00
Albert S. 8603e55c59 config: Adjust default payload length 2022-12-13 10:17:40 +01:00
Albert S. e326e09a36 gateway: httpgateway: Adjust default payload length for urlencoded content 2022-12-13 10:16:30 +01:00
3 αρχεία άλλαξαν με 5 προσθήκες και 2 διαγραφές

@ -114,7 +114,7 @@ Config::Config(const std::map<std::string, std::string> &map)
this->templateprefix = "{qswiki:";
this->max_payload_length = optional("max_payload_length", 10 * 1024 * 1024);
this->max_payload_length = optional("max_payload_length", 60 * 1024 * 1024);
ConfigVariableResolver resolver{this->configmap};
this->configVarResolver = resolver;

@ -1,5 +1,8 @@
#ifndef HTTPGATEWAY_H
#define HTTPGATEWAY_H
#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 65536
#include <httplib.h>
#include "gatewayinterface.h"
#include "../requestworker.h"

@ -1 +1 @@
Subproject commit d92c31446687cfa336a6332b1015b4fe289fbdec
Subproject commit c0b461a3b7b15877b5c8047b409c124aceec8fd9