Make it stick together just barely
This commit is contained in:
@@ -30,6 +30,7 @@ namespace uWS {
|
||||
template <bool SSL, bool isServer>
|
||||
struct WebSocket : AsyncSocket<SSL> {
|
||||
template <bool> friend struct TemplatedApp;
|
||||
template <bool> friend struct HttpResponse;
|
||||
private:
|
||||
typedef AsyncSocket<SSL> Super;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user