(ws) Implement simple header based websocket authorization technique to reject
This commit is contained in:
@ -7,9 +7,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "IXConnectionState.h"
|
||||
#include "IXNetSystem.h"
|
||||
#include "IXSelectInterrupt.h"
|
||||
#include "IXSocketTLSOptions.h"
|
||||
#include "IXNetSystem.h"
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define IX_WEBSOCKET_VERSION "11.0.4"
|
||||
#define IX_WEBSOCKET_VERSION "11.0.5"
|
||||
|
Reference in New Issue
Block a user