We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6300e09 commit dc313efCopy full SHA for dc313ef
websocketpp/transport/asio/connection.hpp
@@ -361,7 +361,7 @@ class connection : public config::socket_type::socket_con_type {
361
callback(lib::error_code());
362
}
363
364
-protected:
+
365
/// Get a pointer to this connection's strand
366
strand_ptr get_strand() {
367
return m_strand;
@@ -384,6 +384,7 @@ class connection : public config::socket_type::socket_con_type {
384
* read or write the WebSocket handshakes. At this point the original
385
* callback function is called.
386
*/
387
+protected:
388
void init(init_handler callback) {
389
if (m_alog.static_test(log::alevel::devel)) {
390
m_alog.write(log::alevel::devel,"asio connection init");
0 commit comments