]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/example/websocket/client/async-ssl/websocket_client_async_ssl.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / beast / example / websocket / client / async-ssl / websocket_client_async_ssl.cpp
index c6337ae615d30cc854c6a6fa885abdba953c91bc..9c4dfc35d4c061b66103713b876a57eafe99bdc8 100644 (file)
@@ -225,7 +225,7 @@ int main(int argc, char** argv)
     std::make_shared<session>(ioc, ctx)->run(host, port, text);
 
     // Run the I/O service. The call will return when
-    // the get operation is complete.
+    // the socket is closed.
     ioc.run();
 
     return EXIT_SUCCESS;