mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-12 01:22:40 +03:00
Auto format code after merge
This commit is contained in:
@@ -198,7 +198,7 @@ class CIVETWEB_API CivetWebSocketHandler
|
|||||||
* wrapper for mg_callbacks
|
* wrapper for mg_callbacks
|
||||||
*/
|
*/
|
||||||
struct CIVETWEB_API CivetCallbacks : public mg_callbacks {
|
struct CIVETWEB_API CivetCallbacks : public mg_callbacks {
|
||||||
CivetCallbacks();
|
CivetCallbacks();
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -226,7 +226,8 @@ class CIVETWEB_API CivetServer
|
|||||||
*
|
*
|
||||||
* @throws CivetException
|
* @throws CivetException
|
||||||
*/
|
*/
|
||||||
CivetServer(const char **options, const struct CivetCallbacks *callbacks = 0);
|
CivetServer(const char **options,
|
||||||
|
const struct CivetCallbacks *callbacks = 0);
|
||||||
CivetServer(std::vector<std::string> options,
|
CivetServer(std::vector<std::string> options,
|
||||||
const struct CivetCallbacks *callbacks = 0);
|
const struct CivetCallbacks *callbacks = 0);
|
||||||
|
|
||||||
|
@@ -265,7 +265,7 @@ CivetServer::webSocketCloseHandler(const struct mg_connection *conn,
|
|||||||
|
|
||||||
CivetCallbacks::CivetCallbacks()
|
CivetCallbacks::CivetCallbacks()
|
||||||
{
|
{
|
||||||
memset(this, 0, sizeof(*this));
|
memset(this, 0, sizeof(*this));
|
||||||
}
|
}
|
||||||
|
|
||||||
CivetServer::CivetServer(const char **options,
|
CivetServer::CivetServer(const char **options,
|
||||||
|
Reference in New Issue
Block a user