]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/websocket/client/coro-ssl/websocket_client_coro_ssl.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / beast / example / websocket / client / coro-ssl / websocket_client_coro_ssl.cpp
index 6fed0d05e11ebb251317d1d10bc3ebed9e5fe831..c5c5cb94d5b48ea917c156d7fd072e848f27f52e 100644 (file)
@@ -137,7 +137,7 @@ int main(int argc, char** argv)
         std::placeholders::_1));
 
     // Run the I/O service. The call will return when
-    // the get operation is complete.
+    // the socket is closed.
     ioc.run();
 
     return EXIT_SUCCESS;