node-stream-meter
node-stream-meter copied to clipboard
A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.
Results
1
node-stream-meter issues
Sort by
recently updated
recently updated
newest added
Unfortunately hyperquest doesn't expose the request object, so you can't fully abort() and hyperquest will still buffer the rest of the content. This requires a change in hyperquest, e.g. https://github.com/substack/hyperquest/issues/15