```js request({ ..., stream: ws }).then(mustOk); ``` There should be a way for the mustOk function to cancel `ws`.
There should be a way for the mustOk function to cancel
ws.