Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Abandoned
-
3.0.0-DEAD
-
None
Description
Currently, we use 16Kb buffers to send data over the wire when SSL is activated. Most of the time, we don't use the 16Kb to store data. It would be way better to copy the content of the buffer into a rightly sized buffer before pushing them into the queue. That would not only save memory, it would also save transmission time.