Download raw body.
diff: fread cannot return -1
On 2022/10/11 09:43:37 +0100, Tom Jones <thj@freebsd.org> wrote: > fread returns a size_t and can never be -1. fread can signal parameter > errors on some platforms, but this isn't portable. Remove this check and > break out of the loop when fread returns 0. > > - Tom ok op@
diff: fread cannot return -1