(http code) With zlib disabled, some code should not be reached

This commit is contained in:
Benjamin Sergeant 2020-10-19 13:37:42 -07:00
parent d9b4beff8b
commit d0562664ad
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.
## [10.5.3] - 2020-10-19
(http code) With zlib disabled, some code should not be reached
## [10.5.2] - 2020-10-12
(ws curl) Add support for --data-binary option, to set the request body. When present the request will be sent with the POST verb

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "10.5.2"
#define IX_WEBSOCKET_VERSION "10.5.3"