Webduino
Webduino copied to clipboard
m_contentLength should use uint32_t type
int type is signed 16bit. When "content-length" is greater than 32767 overflow occurs!