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
Update doc/contributing/maintaining-http.md
Co-authored-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
mhdawson and RaisinTen authored May 10, 2022
commit 1bfefe617f241f49e049f7497b20abc25a341b56
6 changes: 3 additions & 3 deletions doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ It should look like the following:
├── llhttp.gyp
├── README.md
└── src
├── api.c
├── http.c
└── llhttp.c
├── api.c
├── http.c
└── llhttp.c
```

The low-level implementation is made available in the Node.js API through
Expand Down