async-http-client
async-http-client copied to clipboard
HTTPClient.Body.stream uses Int for the size. Should this be Int64?
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.