summaryrefslogtreecommitdiffstats
path: root/src/HTTP/SslHTTPServerConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTTP/SslHTTPServerConnection.cpp')
-rw-r--r--src/HTTP/SslHTTPServerConnection.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/HTTP/SslHTTPServerConnection.cpp b/src/HTTP/SslHTTPServerConnection.cpp
index b6f9f246a..b32a24a88 100644
--- a/src/HTTP/SslHTTPServerConnection.cpp
+++ b/src/HTTP/SslHTTPServerConnection.cpp
@@ -12,10 +12,10 @@
cSslHTTPServerConnection::cSslHTTPServerConnection(
- cHTTPServer & a_HTTPServer, const std::shared_ptr<const cSslConfig> & a_Config
-):
- Super(a_HTTPServer),
- m_Ssl(64000)
+ cHTTPServer & a_HTTPServer,
+ const std::shared_ptr<const cSslConfig> & a_Config
+) :
+ Super(a_HTTPServer), m_Ssl(64000)
{
if (a_Config != nullptr)
{
@@ -115,7 +115,3 @@ void cSslHTTPServerConnection::SendData(const void * a_Data, size_t a_Size)
}
}
}
-
-
-
-