From d0562664ad2242f90e7951b02b156ce52699c7ec Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 19 Oct 2020 13:37:42 -0700 Subject: [PATCH] (http code) With zlib disabled, some code should not be reached --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fa0526fb..ade3246b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 5a7628d5..24c445dc 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "10.5.2" +#define IX_WEBSOCKET_VERSION "10.5.3"