Streaming Downloads read the entire contents into memory
Opened this issue · 1 comments
KAllan357 commented
Noticed this while working on some similar code for a different library.
The line linked here - https://github.com/RiotGames/ridley/blob/master/lib/ridley/connection.rb#L146 - will read the entire contents into memory.
lamont-granquist commented
probably still an issue here:
ridley/lib/ridley/connection.rb
Line 149 in 385bfd9