Skip to content

Commit 64a9256

Browse files
danbevaddaleax
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent d4a8631 commit 64a9256

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
@@ -15,7 +15,7 @@
1515
#include <stdlib.h> // free()
1616
#include <string.h> // strdup()
1717

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

0 commit comments

Comments
 (0)