@nxtedition/nxt-undici 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -190,10 +190,8 @@ export default (dispatch) => (opts, handler) => {
190
190
  }
191
191
  }
192
192
  handler.onComplete(rawTrailers)
193
- signal.throwIfAborted()
194
193
  } else {
195
194
  handler.onComplete([])
196
- signal.throwIfAborted()
197
195
  }
198
196
  } catch (err) {
199
197
  handler.onError(err)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/nxt-undici",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "main": "lib/index.js",