Download raw body.
use size_t for loop indices to avoid signedness warnings
On Sat, 19 Dec 2020 12:57:20 +0100, Stefan Sperling wrote: > I have found one case where the ssizeof() macro you suggested helps. > Note that packfile_size is already an off_t in this file (elsewhere it > is size_t but I'm trying to fix that as you may have seen in another > discussion thread). OK millert@ - todd
use size_t for loop indices to avoid signedness warnings