Skip to content

Commit 7cb05cf

Browse files
apapirovskirvagg
authored andcommitted
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 <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 05544ba commit 7cb05cf

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

lib/tls.js

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ const _tls_wrap = require('_tls_wrap');
4444
exports.CLIENT_RENEG_LIMIT = 3;
4545
exports.CLIENT_RENEG_WINDOW = 600;
4646

47-
exports.SLAB_BUFFER_SIZE = 10 * 1024 * 1024;
48-
4947
exports.DEFAULT_CIPHERS =
5048
process.binding('constants').crypto.defaultCipherList;
5149

test/parallel/test-https-req-split.js

-66
This file was deleted.

0 commit comments

Comments
 (0)