Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-09-17 15:17:08 +0300
committerAnna Henningsen <anna@addaleax.net>2019-09-20 21:18:35 +0300
commitac59dc42edb721ede2e5ddc6d1e4945ee2bf1e9c (patch)
treeb73ea409a56d4efc04dc452713d46222faed1d05 /src/node_binding.cc
parentba3be578d8bbca1bafc391984b0e6f037507dcbc (diff)
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 <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'src/node_binding.cc')
-rw-r--r--src/node_binding.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_binding.cc b/src/node_binding.cc
index c51a892e1bc..a2790d42aa9 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) \