From 83863a4ed5f9b80b7507804462bf25e844a12511 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 2 Aug 2019 08:41:37 -0400 Subject: [PATCH] Drop http-parser Node.js uses an embedded llhttp now. Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index d968ffe..b43695e 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -48,10 +48,6 @@ data: rationale: Platform abstraction layer for Node.js ref: 1 buildorder: 0 - http-parser: - rationale: Needed for parsing HTTP requests - ref: master - buildorder: 0 nghttp2: rationale: Needed for HTTP2 support ref: master