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 679be85 commit fa2bfdcCopy full SHA for fa2bfdc
libraries/WebServer/src/Parsing.cpp
@@ -37,7 +37,7 @@
37
38
#define __STR(a) #a
39
#define _STR(a) __STR(a)
40
-const char * _http_method_str[] = {
+static const char * _http_method_str[] = {
41
#define XX(num, name, string) _STR(name),
42
HTTP_METHOD_MAP(XX)
43
#undef XX
0 commit comments