From a91b9a48beb78eea51658fe625685fcae1c78a2a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:12:46 -0400 Subject: [PATCH] v1.10.1 to fix bug of wrong `reqStates` ### Releases v1.10.1 1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43) 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3f651436..904d9e61 100644 --- a/changelog.md +++ b/changelog.md @@ -46,7 +46,7 @@ ### Releases v1.10.1 -1. Fix bug of wrong `reqStates` +1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43) 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks ### Releases v1.10.0