File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1883,7 +1883,7 @@ consumption.
18831883#### Increase of the default server headers timeout
18841884
18851885The default value of `server.headersTimeout` for `http` and `https` servers was
1886- increased from `40000` to `60000` (60 seconds). This to accomodate for systems
1886+ increased from `40000` to `60000` (60 seconds). This to accommodate for systems
18871887like AWS ELB that have a timeout of 60 seconds.
18881888
18891889Contributed by Tim Costa - [#30071](https://github.com/nodejs/node/pull/30071).
Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ impact on Node.js 13.x users with older versions of macOS.
676676
677677In Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change
678678had the unforseen consequence of breaking building from the tarballs we release as we were too
679- aggressively removing ` unneccessary files` from the ` deps/zlib ` folder. This release includes
679+ aggressively removing ` unnecessary files` from the ` deps/zlib ` folder. This release includes
680680a patch that ensures that individuals will once again be able to build Node.js from source.
681681
682682### Commits
You can’t perform that action at this time.
0 commit comments