We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32470fb commit 3cbf303Copy full SHA for 3cbf303
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