From ac59dc42edb721ede2e5ddc6d1e4945ee2bf1e9c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 17 Sep 2019 14:17:08 +0200 Subject: http: remove legacy parser Remove the legacy `http_parser` implementation as a dependency and all code that uses it in favor of llhttp, given that the latter has been the default for all of Node 12 with no outstanding issues. PR-URL: https://github.com/nodejs/node/pull/29589 Reviewed-By: Colin Ihrig Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Jiawen Geng Reviewed-By: Ruben Bridgewater Reviewed-By: Minwoo Jung Reviewed-By: Trivikram Kamat --- src/node_binding.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node_binding.cc') diff --git a/src/node_binding.cc b/src/node_binding.cc index c51a892e1b..a2790d42aa 100644 --- a/src/node_binding.cc +++ b/src/node_binding.cc @@ -54,7 +54,6 @@ V(heap_utils) \ V(http2) \ V(http_parser) \ - V(http_parser_llhttp) \ V(inspector) \ V(js_stream) \ V(messaging) \ -- cgit v1.2.3