We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5331df7 commit a11ac1cCopy full SHA for a11ac1c
1 file changed
doc/contributing/technical-priorities.md
@@ -21,11 +21,11 @@ on October 1st 2022.
21
22
_Present in: 2021_
23
24
-Base HTTP support is a key component of modern cloud-native applications
+Base HTTP support is a key component of modern cloud-native applications,
25
and built-in support was part of what made Node.js a success in the first
26
10 years. The current implementation is hard to support and a common
27
source of vulnerabilities. We must work towards an
28
-implementation which is easier to support and makes it easier to integrate
+implementation that is easier to support and makes it easier to integrate
29
the new HTTP versions (HTTP3, QUIC) and to support efficient
30
implementations of different versions concurrently.
31
@@ -96,7 +96,7 @@ supported tools to implement those processes (logging, metrics and tracing).
96
This includes support within the Node.js runtime itself (for example
97
generating heap dumps, performance metrics, etc.) as well as support for
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
+clearly document the use cases, problem determination methods, and best
100
practices for those tools.
101
102
## Better multithreaded support
0 commit comments