node-stream-meter
node-stream-meter copied to clipboard
hyperquest example doesn't quite work as well as the README suggests
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