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.
2 parents b4384d6 + 3cbf303 commit 1db5fddCopy full SHA for 1db5fdd
libraries/ESP8266WebServer/src/detail/RequestHandlersImpl.h
@@ -81,7 +81,7 @@ class StaticRequestHandler : public RequestHandler<ServerType> {
81
_isFile = false;
82
}
83
84
- DEBUGV("StaticRequestHandler: path=%s uri=%s isFile=%d, cache_header=%s\r\n", path, uri, _isFile, cache_header);
+ DEBUGV("StaticRequestHandler: path=%s uri=%s isFile=%d, cache_header=%s\r\n", path, uri, _isFile, cache_header == __null ? "" : cache_header);
85
_baseUriLength = _uri.length();
86
87
0 commit comments