We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd96ba5 commit 2d1c185Copy full SHA for 2d1c185
lib/tls.js
@@ -44,8 +44,6 @@ const _tls_wrap = require('_tls_wrap');
44
exports.CLIENT_RENEG_LIMIT = 3;
45
exports.CLIENT_RENEG_WINDOW = 600;
46
47
-exports.SLAB_BUFFER_SIZE = 10 * 1024 * 1024;
48
-
49
exports.DEFAULT_CIPHERS =
50
process.binding('constants').crypto.defaultCipherList;
51
test/parallel/test-https-req-split.js
0 commit comments