Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/contributing/maintaining-http.md
Co-authored-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
mhdawson and RaisinTen authored Feb 1, 2022
commit a93d4a2770ba6b6431267ed426dd129a59eb0986
2 changes: 1 addition & 1 deletion doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repository. Updates are pulled into Node.js under
[deps/llhttp](https://github.com/nodejs/node/tree/master/deps/llhttp)
Comment thread
mhdawson marked this conversation as resolved.
Outdated

The low-level implementation is made available in the Node.js API through
JavaScript code in the [lib](https://github.com/nodejs/node/tree/master/lib)
JavaScript code in the [lib](https://github.com/nodejs/node/tree/HEAD/lib)
directory and C++ code in the
[src](https://github.com/nodejs/node/tree/master/src) directory.
Comment thread
mhdawson marked this conversation as resolved.
Outdated

Expand Down