mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
detect_ssl, async_detect_ssl are public interfaces
This commit is contained in:
@@ -14,7 +14,6 @@ if (OPENSSL_FOUND)
|
||||
|
||||
add_executable (advanced-server-flex
|
||||
${BOOST_BEAST_FILES}
|
||||
${PROJECT_SOURCE_DIR}/example/common/detect_ssl.hpp
|
||||
${PROJECT_SOURCE_DIR}/example/common/server_certificate.hpp
|
||||
Jamfile
|
||||
advanced_server_flex.cpp
|
||||
|
@@ -13,7 +13,6 @@
|
||||
//
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "example/common/detect_ssl.hpp"
|
||||
#include "example/common/server_certificate.hpp"
|
||||
|
||||
#include <boost/beast/core.hpp>
|
||||
@@ -822,7 +821,7 @@ public:
|
||||
// Set the timeout.
|
||||
stream_.expires_after(std::chrono::seconds(30));
|
||||
|
||||
async_detect_ssl(
|
||||
beast::async_detect_ssl(
|
||||
stream_,
|
||||
buffer_,
|
||||
beast::bind_front_handler(
|
||||
|
Reference in New Issue
Block a user