mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-28 17:15:26 +03:00 
			
		
		
		
	The terminator should not be sent by sendContent_P. For example, if you have a null-terminated string, the null itself should not be sent to the client. This change decrements the number of bytes to send so it does not include the termination character.