gateway: httpgateway: Adjust default payload length for urlencoded content

Este commit está contenido en:
Albert S. 2022-12-13 10:16:30 +01:00
padre a71c3da129
commit e326e09a36
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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"