sirleech/Webduino

m_contentLength should use uint32_t type

Opened this issue · 0 comments

int type is signed 16bit. When "content-length" is greater than 32767 overflow occurs!