From 1cb0fc6ab3f05e37f8c4c0bf5549b320c8b89078 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 29 Jan 2018 00:47:50 -0800 Subject: Changes related to debugging an issue. It may not have had as much to do with low-level protocol details, and a lot of this can be reverted, but I can't revert it right now. I'll look it over later in the week. --- src/unstable/protocolwebsocket.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/unstable/protocolwebsocket.h') diff --git a/src/unstable/protocolwebsocket.h b/src/unstable/protocolwebsocket.h index cf00d34..4a3d0a1 100644 --- a/src/unstable/protocolwebsocket.h +++ b/src/unstable/protocolwebsocket.h @@ -11,6 +11,8 @@ #include "bu/protocol.h" #include "bu/hash.h" +#include "bu/mutex.h" + namespace Bu { class ProtocolWebSocket : public Bu::Protocol @@ -58,6 +60,7 @@ namespace Bu Status eStatus; Bu::String sPath; Bu::Hash hHeader; + Bu::Mutex mClient; }; } -- cgit v1.2.3