482f6340b9
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.