Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit fec47e1

Browse files
authored
v1.9.1 to fix bug of wrong reqStates`
### Release v1.9.1 1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](khoih-prog/AsyncHTTPRequest_Generic#39) and [Callback behaviour is buggy (ESP8266) #43](khoih-prog/AsyncHTTPRequest_Generic#43). 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
1 parent 58c2182 commit fec47e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/AsyncHTTPRequest_Teensy41.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
3131
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
32-
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
32+
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
3333
*****************************************************************************************************************************/
3434

3535
#pragma once

src/AsyncHTTPRequest_Teensy41.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
3131
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
32-
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
32+
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
3333
*****************************************************************************************************************************/
3434

3535
#pragma once

src/AsyncHTTPRequest_Teensy41_Debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
3131
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
32-
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
32+
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
3333
*****************************************************************************************************************************/
3434

3535
#pragma once

src/AsyncHTTPRequest_Teensy41_Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
3131
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
32-
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
32+
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
3333
*****************************************************************************************************************************/
3434

3535
#pragma once

0 commit comments

Comments
 (0)