We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cb968 commit fb52b69Copy full SHA for fb52b69
src/WebRequest.cpp
@@ -7,7 +7,9 @@
7
#include "literals.h"
8
#include <cstring>
9
10
-static inline bool isParamChar(char c) { return ((c) && ((c) != '{') && ((c) != '[') && ((c) != '&') && ((c) != '=')); }
+static inline bool isParamChar(char c) {
11
+ return ((c) && ((c) != '{') && ((c) != '[') && ((c) != '&') && ((c) != '='));
12
+}
13
14
static void doNotDelete(AsyncWebServerRequest *) {}
15
0 commit comments