crypto: lower RSS usage for TLSCallbacks
Don't allocate any BIO buffers initially, do this on a first read from the TCP connection. Allocate different amount of data for initial read and for consequent reads: small buffer for hello+certificate, big buffer for better throughput. see #8416
parent
9d957747
Please register or sign in to comment