We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f5d7 commit cbb75c4Copy full SHA for cbb75c4
src/tls_wrap.h
@@ -53,7 +53,7 @@ class TLSWrap : public crypto::SSLWrap<TLSWrap>,
53
size_t self_size() const override { return sizeof(*this); }
54
55
protected:
56
- static const int kClearOutChunkSize = 1024;
+ static const int kClearOutChunkSize = 16384;
57
58
// Maximum number of bytes for hello parser
59
static const int kMaxHelloLength = 16384;
0 commit comments