Skip to content

Commit

Permalink
tls: remove SLAB_BUFFER_SIZE
Browse files Browse the repository at this point in the history
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 Aug 13, 2018
1 parent 05544ba commit 7cb05cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
2 changes: 0 additions & 2 deletions lib/tls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
66 changes: 0 additions & 66 deletions test/parallel/test-https-req-split.js

This file was deleted.

0 comments on commit 7cb05cf

Please sign in to comment.