| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d5cb3b commit 7f273c6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | #include <stdlib.h> // free() | |
| 16 | 16 | #include <string.h> // strdup() | |
| 17 | 17 | ||
| 18 | - // This is a binding to http_parser (https://github.com/joyent/http-parser) | ||
| 18 | + // This is a binding to http_parser (https://github.com/nodejs/http-parser) | ||
| 19 | 19 | // The goal is to decouple sockets from parsing for more javascript-level | |
| 20 | 20 | // agility. A Buffer is read from a socket and passed to parser.execute(). | |
| 21 | 21 | // The parser then issues callbacks with slices of the data | |
| Back | FazBrowse Home | New Git URL |
0 commit comments