★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2d1c1853e9Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

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: #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>
  • Loading branch information...
apapirovski authored and rvagg committed Jun 7, 2018
1 parent dd96ba5 commit 2d1c1853e92a5df2f14dad1a9627472fd5dd015c
Showing with 0 additions and 68 deletions.
  1. +0 −2 lib/tls.js
  2. +0 −66 test/parallel/test-https-req-split.js
@@ -44,8 +44,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;

This file was deleted.

Oops, something went wrong.

0 comments on commit 2d1c185

Please sign in to comment.
You can’t perform that action at this time.