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

Commit 58c2182

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 d75e5e2 commit 58c2182

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ Have a look at the discussion in [Different behaviour using the src_cpp or src_h
201201

202202
#### 1. File [AsyncHTTPRequest.ino](examples/AsyncHTTPRequest/AsyncHTTPRequest.ino)
203203

204-
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179ad5b3086a63033fc9e482/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L173
204+
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d75e5e296dd01c143b32b37be1016e72277bb00c/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L176
205205

206206

207207
---
208208

209209
#### 2. File [defines.h](examples/AsyncHTTPRequest/defines.h)
210210

211-
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179ad5b3086a63033fc9e482/examples/AsyncHTTPRequest/defines.h#L16-L50
211+
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d75e5e296dd01c143b32b37be1016e72277bb00c/examples/AsyncHTTPRequest/defines.h#L16-L50
212212

213213

214214
---
@@ -224,7 +224,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179
224224

225225
```
226226
Start AsyncHTTPRequest on TEENSY 4.1
227-
AsyncHTTPRequest_Teensy41 v1.9.0
227+
AsyncHTTPRequest_Teensy41 v1.9.1
228228
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
229229
230230
**************************************
@@ -271,7 +271,7 @@ week_number: 42
271271

272272
```
273273
Start AsyncCustomHeader on TEENSY 4.1
274-
AsyncHTTPRequest_Teensy41 v1.9.0
274+
AsyncHTTPRequest_Teensy41 v1.9.1
275275
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
276276
277277
Sending GET Request to http://worldtimeapi.org/api/timezone/America/Toronto.txt
@@ -322,7 +322,7 @@ week_number: 42
322322

323323
```
324324
Start AsyncDweetGET on TEENSY 4.1
325-
AsyncHTTPRequest_Teensy41 v1.9.0
325+
AsyncHTTPRequest_Teensy41 v1.9.1
326326
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
327327
328328
**************************************
@@ -339,7 +339,7 @@ Actual value: 66
339339

340340
```
341341
Start AsyncDweetPOST on TEENSY 4.1
342-
AsyncHTTPRequest_Teensy41 v1.9.0
342+
AsyncHTTPRequest_Teensy41 v1.9.1
343343
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
344344
345345
Making new POST request
@@ -359,7 +359,7 @@ Actual value: 1007
359359

360360
```
361361
Start AsyncSimpleGET on TEENSY 4.1
362-
AsyncHTTPRequest_Teensy41 v1.9.0
362+
AsyncHTTPRequest_Teensy41 v1.9.1
363363
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
364364
365365
**************************************
@@ -448,6 +448,8 @@ Submit issues to: [AsyncHTTPRequest_Teensy41 issues](https://github.com/khoih-pr
448448
6. Display only successful responseText in examples
449449
7. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
450450
8. Not try to reconnect to the same `host:port` after connected
451+
9. Fix bug of wrong `reqStates`
452+
451453

452454
---
453455
---

0 commit comments

Comments
 (0)