(cobra connection and bots) set an HTTP header when connecting to help with debugging bots
This commit is contained in:
@ -54,6 +54,7 @@ namespace ix
|
||||
std::lock_guard<std::mutex> lock(_configMutex);
|
||||
_url = url;
|
||||
}
|
||||
|
||||
void WebSocket::setExtraHeaders(const WebSocketHttpHeaders& headers)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_configMutex);
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "10.4.0"
|
||||
#define IX_WEBSOCKET_VERSION "10.4.1"
|
||||
|
Reference in New Issue
Block a user