From 8a55a96824073564ae238efc58c118ba1b6c4ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Fri, 27 Sep 2019 21:04:40 -0500 Subject: [PATCH 1/2] Update dependencies list --- locale/en/docs/meta/topics/dependencies.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/en/docs/meta/topics/dependencies.md b/locale/en/docs/meta/topics/dependencies.md index a88cb71dd927b..6a46cd86dcd98 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 +HTTP parsing is handled by a lightweight 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 From 6be662df55bd9ec75a86bbe62c7b907673e81f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Fri, 27 Sep 2019 23:11:56 -0500 Subject: [PATCH 2/2] fixup --- locale/en/docs/meta/topics/dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/docs/meta/topics/dependencies.md b/locale/en/docs/meta/topics/dependencies.md index 6a46cd86dcd98..99662703dae32 100644 --- a/locale/en/docs/meta/topics/dependencies.md +++ b/locale/en/docs/meta/topics/dependencies.md @@ -41,8 +41,8 @@ asynchronously at the operating system level. ### llhttp -HTTP parsing is handled by a lightweight C library called llhttp. 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/nodejs/llhttp/)