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

Commit

Permalink
v1.8.0 to fix bug and optimize code
Browse files Browse the repository at this point in the history
### Releases v1.8.0

1. Fix long timeout if using bad `IPAddress`
2. Optimize code
3. Display only successful responseText in examples
4. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
  • Loading branch information
khoih-prog authored Sep 2, 2022
1 parent 0c275af commit e5141ff
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 @@ -26,7 +26,7 @@
------- ----------- ---------- -----------
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
*****************************************************************************************************************************/

#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 @@ -26,7 +26,7 @@
------- ----------- ---------- -----------
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
*****************************************************************************************************************************/

#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 @@ -26,7 +26,7 @@
------- ----------- ---------- -----------
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
*****************************************************************************************************************************/

#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 @@ -26,7 +26,7 @@
------- ----------- ---------- -----------
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit e5141ff

Please sign in to comment.