diff --git a/locale/en/docs/meta/topics/dependencies.md b/locale/en/docs/meta/topics/dependencies.md index a88cb71dd927b..99662703dae32 100644 --- a/locale/en/docs/meta/topics/dependencies.md +++ b/locale/en/docs/meta/topics/dependencies.md @@ -10,7 +10,7 @@ There are several dependencies that Node.js relies on to work the way it does. - [Libraries](#libraries) - [V8](#v8) - [libuv](#libuv) - - [http-parser](#http-parser) + - [llhttp](#llhttp) - [c-ares](#c-ares) - [OpenSSL](#openssl) - [zlib](#zlib) @@ -39,13 +39,13 @@ asynchronously at the operating system level. - [Documentation](http://docs.libuv.org/) -### http-parser +### llhttp -HTTP parsing is handled by a lightweight C library called http-parser. It is -designed to not make any syscalls or allocations, so it has a very small +HTTP parsing is handled by a lightweight TypeScript and C library called llhttp. +It is designed to not make any syscalls or allocations, so it has a very small per-request memory footprint. -- [Documentation](https://github.com/joyent/http-parser/) +- [Documentation](https://github.com/nodejs/llhttp/) ### c-ares