Skip to content

Commit da2adb7

Browse files
danbevMylesBorins
authored andcommitted
src: update http-parser link
I noticed that the link to http-parser is pointing to the joyent organization. There is a redirect to the nodejs organization but perhaps this should be updated anyway. PR-URL: #11477 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent bfc553d commit da2adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_http_parser.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <stdlib.h> // free()
1717
#include <string.h> // strdup()
1818

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)
2020
// The goal is to decouple sockets from parsing for more javascript-level
2121
// agility. A Buffer is read from a socket and passed to parser.execute().
2222
// The parser then issues callbacks with slices of the data

0 commit comments

Comments
 (0)