tiny_request icon indicating copy to clipboard operation
tiny_request copied to clipboard

Posting multipart data assumes files in the filesystem

Open vsviridov opened this issue 8 years ago • 0 comments

Even though the API looks like it works with streams, _getFileSizeInBytes method in Network class defers to fs.statSync method. So if the multipart object is provided with any kind of stream not backed by a file it fails.

vsviridov avatar Feb 04 '17 12:02 vsviridov