WebServer_tng icon indicating copy to clipboard operation
WebServer_tng copied to clipboard

parsearguments when content = 0

Open tablatronix opened this issue 7 years ago • 0 comments

apply fix to parsearguments when no contentlength, same as esp8266

} else {
        // No content - but we can still have arguments in the URL.
        _parseArguments(searchStr);
      }

tablatronix avatar Apr 05 '18 16:04 tablatronix