Probably because you blew out available RAM.
Try using HttpClient
instead. Among other things, you should be more easily able to process the operation in chunks that way, instead of needing to hold the entire hundreds-of-megabytes in RAM at once.
Probably because you blew out available RAM.
Try using HttpClient
instead. Among other things, you should be more easily able to process the operation in chunks that way, instead of needing to hold the entire hundreds-of-megabytes in RAM at once.