1
0
Derivar 0

gateway: httpgateway: Adjust default payload length for urlencoded content

Este cometimento está contido em:
Albert S. 2022-12-13 10:16:30 +01:00
ascendente a71c3da129
cometimento e326e09a36
1 ficheiros modificados com 3 adições e 0 eliminações

Ver ficheiro

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