You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*\[[`1a65e98e22`](https://github.com/nodejs/node/commit/1a65e98e22)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#556](https://github.com/nodejs-private/node-private/pull/556)
69
+
*\[[`3bd39fb474`](https://github.com/nodejs/node/commit/3bd39fb474)] - **src**: ensure to close stream when destroying session (RafaelGSS) [nodejs-private/node-private#561](https://github.com/nodejs-private/node-private/pull/561)
70
+
49
71
<aid="21.7.1"></a>
50
72
51
73
## 2024-03-08, Version 21.7.1 (Current), @targos
@@ -515,7 +537,7 @@ Node.js 21.6.0 comes with several fixes for the experimental permission model an
515
537
We're adding a new flag `--allow-addons` to enable addon usage when using the Permission Model.
516
538
517
539
```console
518
-
$ node --experimental-permission --allow-addons
540
+
node --experimental-permission --allow-addons
519
541
```
520
542
521
543
Contributed by Rafael Gonzaga in [#51183](https://github.com/nodejs/node/pull/51183)
@@ -524,7 +546,7 @@ And relative paths are now supported through the `--allow-fs-*` flags.
0 commit comments