summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-04-16 19:59:19 +0300
committerEd Tanous <ed@tanous.net>2024-04-20 00:28:46 +0300
commit003301a24bad4cfe066bb1f5720243a3f7c45742 (patch)
treeee868aef8718083210bb800355e80417b9f91fbe /test
parent5b90429a75c58797ec29ac9a8ed18c2dcd7d4950 (diff)
downloadbmcweb-003301a24bad4cfe066bb1f5720243a3f7c45742.tar.xz
Change ssl stream implementations
Boost beast ssl_stream is just a wrapper around asio ssl_stream, and aims to optimize the case where we're writing small payloads (one or two bytes.) which needs to be optimized in SSL. bmcweb never writes one or two bytes, we almost always write the full payload of what we received, so there's no reason to take the binary size overhead, and additional boost headers that this implementation requires. Tested: This drops the on-target binary size by 2.6% Redfish service validator passes. Change-Id: Ie1ae6f197f8e5ed70cf4abc6be9b1b382c42d64d Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions