gateway: httpgateway: Adjust default payload length for urlencoded content
This commit is contained in:
父節點
a71c3da129
當前提交
e326e09a36
@ -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"
|
||||||
|
載入中…
x
新增問題並參考
Block a user