summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_wrap.cc')
-rw-r--r--src/stream_wrap.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream_wrap.cc b/src/stream_wrap.cc
index 0e700ba39a..cdcbe574f9 100644
--- a/src/stream_wrap.cc
+++ b/src/stream_wrap.cc
@@ -373,6 +373,11 @@ void LibuvStreamWrap::AfterUvWrite(uv_write_t* req, int status) {
req_wrap->Done(status);
}
+void LibuvStreamWrap::Close(v8::Local<v8::Value> close_callback) {
+ ReadStop();
+ HandleWrap::Close(close_callback);
+}
+
} // namespace node
NODE_BUILTIN_MODULE_CONTEXT_AWARE(stream_wrap,