File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ on October 1st 2022.
2121
2222_ Present in: 2021_
2323
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,
2525and built-in support was part of what made Node.js a success in the first
262610 years. The current implementation is hard to support and a common
2727source 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
2929the new HTTP versions (HTTP3, QUIC) and to support efficient
3030implementations of different versions concurrently.
3131
@@ -96,7 +96,7 @@ supported tools to implement those processes (logging, metrics and tracing).
9696This includes support within the Node.js runtime itself (for example
9797generating heap dumps, performance metrics, etc.) as well as support for
9898applications 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
100100practices for those tools.
101101
102102## Better multithreaded support
You can’t perform that action at this time.
0 commit comments