mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +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.