gateway: httpgateway: Adjust default payload length for urlencoded content

This commit is contained in:
Albert S. 2022-12-13 10:16:30 +01:00
부모 a71c3da129
커밋 e326e09a36
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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