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 2911272 commit 0e42258Copy full SHA for 0e42258
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.
10
* [Libraries](#libraries)
11
* [V8](#v8)
12
* [libuv](#libuv)
13
- * [http-parser](#http-parser)
+ * [llhttp](#llhttp)
14
* [c-ares](#c-ares)
15
* [OpenSSL](#openssl)
16
* [zlib](#zlib)
@@ -45,7 +45,7 @@ HTTP parsing is handled by a lightweight TypeScript and C library called llhttp.
45
It is designed to not make any syscalls or allocations, so it has a very small
46
per-request memory footprint.
47
48
-* [Documentation](https://github.com/joyent/http-parser/)
+* [Documentation](https://github.com/nodejs/llhttp)
49
50
### c-ares
51
0 commit comments