Update to 3.10.3
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user