Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Sergeant
09aac56ab4 (websocket client + server) WebSocketMessage class tweak to fix unsafe patterns 2021-06-03 18:41:22 -07:00
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
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
(websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade)

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.2.7"
#define IX_WEBSOCKET_VERSION "11.2.8"