summaryrefslogtreecommitdiff
path: root/lib/tls.js
diff options
context:
space:
mode:
authorAnatoli Papirovski <apapirovski@mac.com>2018-06-07 17:59:49 -0400
committerJames M Snell <jasnell@gmail.com>2018-08-12 10:22:10 -0700
commit0aae34f52e7a6fce0e735dd56fa35ae82892ae3f (patch)
tree739552acec08f5385342f31732e0b62431df17cb /lib/tls.js
parent3ce92755eb099c80f03a5f3a46dadf66fddd16b2 (diff)
downloadandroid-node-v8-0aae34f52e7a6fce0e735dd56fa35ae82892ae3f.tar.gz
android-node-v8-0aae34f52e7a6fce0e735dd56fa35ae82892ae3f.tar.bz2
android-node-v8-0aae34f52e7a6fce0e735dd56fa35ae82892ae3f.zip
tls: remove SLAB_BUFFER_SIZE
This constant has not been in use for many years now and the test alongside it is invalid, as well as flaky. PR-URL: https://github.com/nodejs/node/pull/21199 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'lib/tls.js')
-rw-r--r--lib/tls.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tls.js b/lib/tls.js
index 6f0f21e762..c6568fc7ed 100644
--- a/lib/tls.js
+++ b/lib/tls.js
@@ -45,8 +45,6 @@ const _tls_wrap = require('_tls_wrap');
exports.CLIENT_RENEG_LIMIT = 3;
exports.CLIENT_RENEG_WINDOW = 600;
-exports.SLAB_BUFFER_SIZE = 10 * 1024 * 1024;
-
exports.DEFAULT_CIPHERS =
process.binding('constants').crypto.defaultCipherList;