mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
duh...
This commit is contained in:
parent
1694380caa
commit
3c819e998b
@ -109,7 +109,7 @@ bool ESP8266WebServer::_parseRequest(WiFiClient& client) {
|
||||
if (!isForm){
|
||||
if (searchStr != "") searchStr += '&';
|
||||
String bodyLine = client.readStringUntil('\r');
|
||||
if(bodyLine.startsWith('{') || bodyLine.startsWith('[') || bodyLine.indexOf('=') == -1){
|
||||
if(bodyLine.startsWith("{") || bodyLine.startsWith("[") || bodyLine.indexOf('=') == -1){
|
||||
//plain post json or other data
|
||||
searchStr += "plain";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user