(websocket client + server) WebSocketMessage class tweak to fix unsafe patterns
This commit is contained in:
parent
4f5b0c4f07
commit
47fd04e210
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All changes to this project will be documented in this file.
|
All changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [11.2.8] - 2021-06-03
|
||||||
|
|
||||||
|
(websocket client + server) WebSocketMessage class tweak to fix unsafe patterns
|
||||||
|
|
||||||
## [11.2.7] - 2021-05-27
|
## [11.2.7] - 2021-05-27
|
||||||
|
|
||||||
(websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade)
|
(websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade)
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "11.2.7"
|
#define IX_WEBSOCKET_VERSION "11.2.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user