doc: fix 'which' to 'that' and add commas
PR-URL: https://github.com/nodejs/node/pull/56216 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
This commit is contained in:
parent
414c5ed4ac
commit
656dd5d817
@ -21,11 +21,11 @@ on October 1st 2022.
|
|||||||
|
|
||||||
_Present in: 2021_
|
_Present in: 2021_
|
||||||
|
|
||||||
Base HTTP support is a key component of modern cloud-native applications
|
Base HTTP support is a key component of modern cloud-native applications,
|
||||||
and built-in support was part of what made Node.js a success in the first
|
and built-in support was part of what made Node.js a success in the first
|
||||||
10 years. The current implementation is hard to support and a common
|
10 years. The current implementation is hard to support and a common
|
||||||
source of vulnerabilities. We must work towards an
|
source of vulnerabilities. We must work towards an
|
||||||
implementation which is easier to support and makes it easier to integrate
|
implementation that is easier to support and makes it easier to integrate
|
||||||
the new HTTP versions (HTTP3, QUIC) and to support efficient
|
the new HTTP versions (HTTP3, QUIC) and to support efficient
|
||||||
implementations of different versions concurrently.
|
implementations of different versions concurrently.
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ supported tools to implement those processes (logging, metrics and tracing).
|
|||||||
This includes support within the Node.js runtime itself (for example
|
This includes support within the Node.js runtime itself (for example
|
||||||
generating heap dumps, performance metrics, etc.) as well as support for
|
generating heap dumps, performance metrics, etc.) as well as support for
|
||||||
applications on top of the runtime. In addition, it is also important to
|
applications on top of the runtime. In addition, it is also important to
|
||||||
clearly document the use cases, problem determination methods and best
|
clearly document the use cases, problem determination methods, and best
|
||||||
practices for those tools.
|
practices for those tools.
|
||||||
|
|
||||||
## Better multithreaded support
|
## Better multithreaded support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user