mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 23:05:38 +00:00

List of changes: * When parsing requests, count termination from LF characters only * Correct memcpy() length parameter in httpd_unrecv() (pointed out by jimparis in GitHub issue thread) * Use ssize_t to store results of length subtractions during parsing * Modify some comments to reduce ambiguity Closes https://github.com/espressif/esp-idf/issues/3182