Skip to content

Commit 0e42258

Browse files
juanarbolTrott
authored andcommitted
Put llhttp parser at dependencies list
1 parent 2911272 commit 0e42258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/en/docs/meta/topics/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are several dependencies that Node.js relies on to work the way it does.
1010
* [Libraries](#libraries)
1111
* [V8](#v8)
1212
* [libuv](#libuv)
13-
* [http-parser](#http-parser)
13+
* [llhttp](#llhttp)
1414
* [c-ares](#c-ares)
1515
* [OpenSSL](#openssl)
1616
* [zlib](#zlib)
@@ -45,7 +45,7 @@ HTTP parsing is handled by a lightweight TypeScript and C library called llhttp.
4545
It is designed to not make any syscalls or allocations, so it has a very small
4646
per-request memory footprint.
4747

48-
* [Documentation](https://github.com/joyent/http-parser/)
48+
* [Documentation](https://github.com/nodejs/llhttp)
4949

5050
### c-ares
5151

0 commit comments

Comments
 (0)