mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-19 01:13:01 +03:00
Fix unsigned integer overflow when `content_length` is -1. The proposed change is to modify the format specifier for content_length from PRIu64 to PRId64, which will print the signed value as a 64-bit integer instead.