OpenBMC:BmcWeb connect读取http请求
OpenBMC:BmcWeb构造connect对象-CSDN博客
OpenBMC:BmcWeb server.run-CSDN博客
1.构造了connect对象后,通过connection->start()开始处理来自客户端的请求
//http\http_connection.hpp
void start()
{
...
startDeadline();
readClientIp();
boost::beast::async_detect_ssl(
adaptor.next_layer(), buffer,
std::bind_front(&self_type::afterDetectSsl, this,
shared_from_this())