Fix, I hope, the websocket connection leak.

This commit is contained in:
JoelKatz
2012-12-24 13:59:38 -08:00
parent f7ca067db3
commit f585a37ead
2 changed files with 15 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ SETUP_LOG();
#include <boost/mem_fn.hpp>
#include <boost/unordered_set.hpp>
DECLARE_INSTANCE(WebSocketConnection);
//
// This is a light weight, untrusted interface for web clients.