Does anybody know, what is hapenning, when fs.ReadStream is paused? Does the reading of the file continue and content is buffered in background (so much memory is taken), or it is clever and doesn't read rest of the file from hard drive until the read stream is resumed?Does anybody know, what is hapenning, when fs.R