mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	duh...
This commit is contained in:
		
				
					committed by
					
						
						Ivan Grokhotkov
					
				
			
			
				
	
			
			
			
						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";
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user