Comparer les révisions
	
		
			3 Révisions
		
	
	
		
			a71c3da129
			...
			172129179e
		
	
	| Auteur | SHA1 | Date | |
|---|---|---|---|
| 172129179e | |||
| 8603e55c59 | |||
| e326e09a36 | 
| @@ -114,7 +114,7 @@ Config::Config(const std::map<std::string, std::string> &map) | |||||||
|  |  | ||||||
| 	this->templateprefix = "{qswiki:"; | 	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}; | 	ConfigVariableResolver resolver{this->configmap}; | ||||||
| 	this->configVarResolver = resolver; | 	this->configVarResolver = resolver; | ||||||
|   | |||||||
| @@ -1,5 +1,8 @@ | |||||||
| #ifndef HTTPGATEWAY_H | #ifndef HTTPGATEWAY_H | ||||||
| #define HTTPGATEWAY_H | #define HTTPGATEWAY_H | ||||||
|  |  | ||||||
|  | #define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 65536 | ||||||
|  |  | ||||||
| #include <httplib.h> | #include <httplib.h> | ||||||
| #include "gatewayinterface.h" | #include "gatewayinterface.h" | ||||||
| #include "../requestworker.h" | #include "../requestworker.h" | ||||||
|   | |||||||
 Sous-module submodules/cpp-httplib mis-à-jour : d92c314466...c0b461a3b7
									
								
							
		Référencer dans un nouveau ticket
	
	Bloquer un utilisateur