@@ -21,11 +21,11 @@ on October 1st 2022.
|
21 | 21 | |
22 | 22 | _Present in: 2021_ |
23 | 23 | |
24 | | -Base HTTP support is a key component of modern cloud-native applications |
| 24 | +Base HTTP support is a key component of modern cloud-native applications, |
25 | 25 | and built-in support was part of what made Node.js a success in the first |
26 | 26 | 10 years. The current implementation is hard to support and a common |
27 | 27 | source of vulnerabilities. We must work towards an |
28 | | -implementation which is easier to support and makes it easier to integrate |
| 28 | +implementation that is easier to support and makes it easier to integrate |
29 | 29 | the new HTTP versions (HTTP3, QUIC) and to support efficient |
30 | 30 | implementations of different versions concurrently. |
31 | 31 | |
@@ -96,7 +96,7 @@ supported tools to implement those processes (logging, metrics and tracing).
|
96 | 96 | This includes support within the Node.js runtime itself (for example |
97 | 97 | generating heap dumps, performance metrics, etc.) as well as support for |
98 | 98 | applications on top of the runtime. In addition, it is also important to |
99 | | -clearly document the use cases, problem determination methods and best |
| 99 | +clearly document the use cases, problem determination methods, and best |
100 | 100 | practices for those tools. |
101 | 101 | |
102 | 102 | ## Better multithreaded support |
|