@nxtedition/lib 28.0.9 → 28.0.10

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.
Files changed (2) hide show
  1. package/http.js +2 -0
  2. package/package.json +2 -2
package/http.js CHANGED
@@ -547,6 +547,8 @@ export class ServerResponse extends http.ServerResponse {
547
547
  }
548
548
  }
549
549
 
550
+ this.#headersSent = true
551
+
550
552
  return super.writeHead(statusCode, headers)
551
553
  }
552
554
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "28.0.9",
3
+ "version": "28.0.10",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -92,5 +92,5 @@
92
92
  "pino": ">=7.0.0",
93
93
  "rxjs": "^7.0.0"
94
94
  },
95
- "gitHead": "c387129cb7a362f64690cfef28d51ee98f0ab87c"
95
+ "gitHead": "e9be8f39c7bbf874619d29249809959ca6f7950b"
96
96
  }