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())