Sanitizer failures are errors

This commit is contained in:
Vinnie Falco
2017-12-21 13:10:17 -08:00
parent 617fc42879
commit dabb78afe7
4 changed files with 10 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#include <string>
using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp>
namespace ssl = boost::asio::ssl; // from <boost/asio/ssl.hpp>
namespace ssl = boost::asio::ssl; // from <boost/asio/ssl.hpp>
namespace websocket = boost::beast::websocket; // from <boost/beast/websocket.hpp>
// Sends a WebSocket message and prints the response