| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6ae4153 commit 95ef052
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1883,7 +1883,7 @@ consumption. | |||
| 1883 | 1883 | #### Increase of the default server headers timeout | |
| 1884 | 1884 | ||
| 1885 | 1885 | The 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 | ||
| 1887 | 1887 | like AWS ELB that have a timeout of 60 seconds. | |
| 1888 | 1888 | ||
| 1889 | 1889 | Contributed 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. | |||
| 676 | 676 | ||
| 677 | 677 | In Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change | |
| 678 | 678 | had 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 | ||
| 680 | 680 | a patch that ensures that individuals will once again be able to build Node.js from source. | |
| 681 | 681 | ||
| 682 | 682 | ### Commits | |
| Back | FazBrowse Home | New Git URL |
0 commit comments