Skip to content

Commit 2d1c185

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 <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>
1 parent dd96ba5 commit 2d1c185

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)