sindresorhus / get-stream

Get a stream as a string, Buffer, ArrayBuffer or array
MIT License
341 stars 33 forks source link

Fix `bufferedData` being larger than `maxBuffer` #89

Closed ehmicky closed 1 year ago

ehmicky commented 1 year ago

error.bufferedData should be limited by options.maxBuffer, just like the return value is. This PR fixes this.