cleanup
This commit is contained in:
21
ixwebsocket/IXWebSocketErrorInfo.h
Normal file
21
ixwebsocket/IXWebSocketErrorInfo.h
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* IXWebSocketErrorInfo.h
|
||||
* Author: Benjamin Sergeant
|
||||
* Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace ix
|
||||
{
|
||||
struct WebSocketErrorInfo
|
||||
{
|
||||
uint64_t retries;
|
||||
double wait_time;
|
||||
int http_status;
|
||||
std::string reason;
|
||||
bool decompressionError;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user