From e889a5b3187ed3304d43c68916314bb0d3104a72 Mon Sep 17 00:00:00 2001 From: rickyes Date: Sun, 12 Apr 2020 02:07:35 +0800 Subject: [PATCH] tls: connect supports highWaterMark option --- doc/api/https.md | 6 +- doc/api/tls.md | 5 ++ lib/_tls_wrap.js | 4 +- test/parallel/test-https-hwm.js | 66 ++++++++++++++++++++ test/parallel/test-tls-connect-hwm-option.js | 53 ++++++++++++++++ 5 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 test/parallel/test-https-hwm.js create mode 100644 test/parallel/test-tls-connect-hwm-option.js diff --git a/doc/api/https.md b/doc/api/https.md index ac53b6f0fdeccf..2b19831e9e907c 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -238,6 +238,9 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.