Skip to content

fixed type conversion warning in Visual Studio

Addy requested to merge zethon:size-fix into master

content_length (unsigned long long) is bigger than num_additional_bytes (size_t) on Windows, so the compiler warns. Added a cast to make the compiler happy.

Merge request reports