Upstream issues: https://github.com/nodejs/http-parser/issues/507 https://github.com/nodejs/http-parser/pull/510 --- http-parser-2.9.4/test.c 2020-03-24 05:54:06.000000000 -0500 +++ http-parser-2.9.4/test.c 2020-06-15 22:54:06.020315073 -0500 @@ -4221,7 +4221,6 @@ main (void) printf("http_parser v%u.%u.%u (0x%06lx)\n", major, minor, patch, version); printf("sizeof(http_parser) = %u\n", (unsigned int)sizeof(http_parser)); - assert(sizeof(http_parser) == 4 + 4 + 8 + 2 + 2 + 4 + sizeof(void *)); //// API test_preserve_data();