Skip to content

Commit

Permalink
(websocket client + server) WebSocketMessage class tweak to fix unsaf…
Browse files Browse the repository at this point in the history
…e patterns
  • Loading branch information
bsergean committed Jun 4, 2021
1 parent 26897b2 commit 09aac56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ixwebsocket/IXWebSocketVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

#pragma once

#define IX_WEBSOCKET_VERSION "11.2.7"
#define IX_WEBSOCKET_VERSION "11.2.8"

0 comments on commit 09aac56

Please sign in to comment.