From 10be5eee1409b2c48df169fc3ca0e9ca14f91e65 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 18 Apr 2014 07:47:42 -0400 Subject: [PATCH] clarified documentation for bad_connection error --- websocketpp/error.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocketpp/error.hpp b/websocketpp/error.hpp index b892404b1f..39e58bce50 100644 --- a/websocketpp/error.hpp +++ b/websocketpp/error.hpp @@ -86,7 +86,8 @@ enum value { /// Invalid subprotocol invalid_subprotocol, - /// Bad or unknown connection + /// An operation was attempted on a connection that did not exist or was + /// already deleted. bad_connection, /// Unit testing utility error code