fix ssl handshake and parsing issues

This commit is contained in:
Chunting Gu
2021-06-15 17:09:04 +08:00
parent 52fbba705b
commit e27338854c
10 changed files with 115 additions and 41 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ using tcp = boost::asio::ip::tcp;
namespace webcc {
// NOTE:
// Using `asio::strand` is possible but not neccessary:
// Using `asio::strand` is possible but not necessary:
// Define a memeber variable:
// asio::strand<asio::io_context::executor_type> strand_;
// Initialize the strand with io_context: