We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8e4e commit 5af2e03Copy full SHA for 5af2e03
libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h
@@ -657,7 +657,7 @@ void ESP8266WebServerTemplate<ServerType>::_streamFileCore(const size_t fileSize
657
}
658
659
template <typename ServerType>
660
-size_t ESP8266WebServerTemplate<ServerType>::pathArgs() const {
+int ESP8266WebServerTemplate<ServerType>::pathArgs() const {
661
if (_currentHandler != nullptr)
662
return _currentHandler->pathArgsSize();
663
return 0;
0 commit comments