> Zafer Barutcuoglu
> on Tue, 12 Oct 2021 02:04:40 -0400 writes:
> Hi,
> Writing >=2GB to a socketConnection (e.g. via writeBin) does not work
correctly, because of this int typecast in modules/internet/sockconn.c:
>> static size_t sock_write(const void *ptr, size_t size
Hi,
Writing >=2GB to a socketConnection (e.g. via writeBin) does not work
correctly, because of this int typecast in modules/internet/sockconn.c:
> static size_t sock_write(const void *ptr, size_t size, size_t nitems,
>Rconnection con)
> {
> Rsockconn this = (Rsockconn