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

Commit

Permalink
v1.9.1 to fix bug of wrong reqStates`
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog authored Oct 21, 2022
1 parent 58c2182 commit fec47e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AsyncHTTPRequest_Teensy41.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPRequest_Teensy41.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPRequest_Teensy41_Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
*****************************************************************************************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/AsyncHTTPRequest_Teensy41_Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.1 K Hoang 18/10/2022 Not try to reconnect to the same host:port after connected
1.9.0 K Hoang 21/10/2022 Fix bug. Clean up
1.9.1 K Hoang 22/10/2022 Fix bug of wrong reqStates
1.9.1 K Hoang 21/10/2022 Fix bug of wrong reqStates
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit fec47e1

Please sign in to comment.