summaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_http_parser.cc')
-rw-r--r--src/node_http_parser.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_http_parser.cc b/src/node_http_parser.cc
index d4044f8bbe..207310f406 100644
--- a/src/node_http_parser.cc
+++ b/src/node_http_parser.cc
@@ -157,7 +157,6 @@ class Parser : public AsyncWrap, public StreamListener {
~Parser() override {
ClearWrap(object());
- persistent().Reset();
}