async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

HTTPClient.Body.stream uses Int for the size. Should this be Int64?

Open adam-fowler opened this issue 5 years ago • 0 comments

I know we are most likely to be running on a 64 bit system and Int will be 64 bits but one of the systems that HTTPClient.Body.stream is most likely to interact with is NonBlockingFileIO. This uses Int64 for file size, offsets into files.

adam-fowler avatar Sep 01 '20 07:09 adam-fowler