summaryrefslogtreecommitdiff
path: root/http/websocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'http/websocket.h')
-rw-r--r--http/websocket.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/http/websocket.h b/http/websocket.h
index ad090e086c..b89a74b70e 100644
--- a/http/websocket.h
+++ b/http/websocket.h
@@ -1,12 +1,13 @@
#pragma once
-#include <array>
+#include "http_request.h"
+
#include <async_resp.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/beast/websocket.hpp>
-#include <functional>
-#include "http_request.h"
+#include <array>
+#include <functional>
#ifdef BMCWEB_ENABLE_SSL
#include <boost/beast/websocket/ssl.hpp>
@@ -56,7 +57,8 @@ struct Connection : std::enable_shared_from_this<Connection>
void* userdataPtr;
};
-template <typename Adaptor> class ConnectionImpl : public Connection
+template <typename Adaptor>
+class ConnectionImpl : public Connection
{
public:
ConnectionImpl(