| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8df5862 commit c3c3ed2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1882,7 +1882,7 @@ consumption. | |||
| 1882 | 1882 | #### Increase of the default server headers timeout | |
| 1883 | 1883 | ||
| 1884 | 1884 | The default value of `server.headersTimeout` for `http` and `https` servers was | |
| 1885 | - increased from `40000` to `60000` (60 seconds). This to accomodate for systems | ||
| 1885 | + increased from `40000` to `60000` (60 seconds). This to accommodate for systems | ||
| 1886 | 1886 | like AWS ELB that have a timeout of 60 seconds. | |
| 1887 | 1887 | ||
| 1888 | 1888 | Contributed by Tim Costa - [#30071](https://github.com/nodejs/node/pull/30071). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -675,7 +675,7 @@ impact on Node.js 13.x users with older versions of macOS. | |||
| 675 | 675 | ||
| 676 | 676 | In Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change | |
| 677 | 677 | had the unforseen consequence of breaking building from the tarballs we release as we were too | |
| 678 | - aggressively removing `unneccessary files` from the `deps/zlib` folder. This release includes | ||
| 678 | + aggressively removing `unnecessary files` from the `deps/zlib` folder. This release includes | ||
| 679 | 679 | a patch that ensures that individuals will once again be able to build Node.js from source. | |
| 680 | 680 | ||
| 681 | 681 | ### Commits | |
| Back | FazBrowse Home | New Git URL |
0 commit comments