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