@nxtedition/nxt-undici 6.4.1 → 6.4.2

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.
@@ -175,6 +175,8 @@ class Handler extends DecoratorHandler {
175
175
  this.#pos += chunk.byteLength
176
176
  }
177
177
 
178
+ this.#retryCount = 0
179
+
178
180
  if (this.#statusCode < 400) {
179
181
  return super.onData(chunk)
180
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/nxt-undici",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "main": "lib/index.js",