fix typo in README comment

make-http-max-header-size-gyp-configurable
Rex Feng 11 years ago committed by Fedor Indutny
parent d19e12911a
commit 8d9e5db981
No known key found for this signature in database
GPG Key ID: FB0E1095B1797999

@ -61,7 +61,7 @@ if (recved < 0) {
}
/* Start up / continue the parser.
* Note we pass recved==0 to signal that EOF has been recieved.
* Note we pass recved==0 to signal that EOF has been received.
*/
nparsed = http_parser_execute(parser, &settings, buf, recved);

Loading…
Cancel
Save