Update to 3.10.3

This commit is contained in:
2026-04-01 08:50:55 +02:00
parent f5e5d92d31
commit 1d45d307ab
35 changed files with 723 additions and 229 deletions
+3 -1
View File
@@ -6,6 +6,8 @@
#include <ESPAsyncWebServer.h>
#include "ChunkPrint.h"
#include <utility>
#if ASYNC_JSON_SUPPORT == 1
#if ARDUINOJSON_VERSION_MAJOR == 6
@@ -104,7 +106,7 @@ public:
#endif
void setMethod(WebRequestMethodComposite method) {
_method = method;
_method = std::move(method);
}
void setMaxContentLength(int maxContentLength) {
_maxContentLength = maxContentLength;