(ws) Implement simple header based websocket authorization technique to reject

This commit is contained in:
Benjamin Sergeant
2020-12-17 22:42:14 -08:00
parent 93ad709dfd
commit 461a645704
5 changed files with 93 additions and 8 deletions

View File

@ -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>

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.0.4"
#define IX_WEBSOCKET_VERSION "11.0.5"