mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 227 forks source link

Replace buffer constructor with buffer-from and buffer-alloc #184

Closed jasnell closed 6 years ago

asapach commented 6 years ago

Looks like travis build has failed on legacy Node < 4 because of transient dependencies using arrow functions and stuff. Should the just update the travis config?

mafintosh commented 6 years ago

ugh, some dep is not following semver. @asapach yea lets update travis to only 4+ and then patch bump this after @jasnell's PR lands