You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+27-3
Original file line number
Diff line number
Diff line change
@@ -29,25 +29,49 @@ Please ensure to specify the following:
29
29
Arduino IDE version: 1.8.19
30
30
ESP32 Core Version 2.0.5
31
31
OS: Ubuntu 20.04 LTS
32
-
Linux xy-Inspiron-3593 5.15.0-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
32
+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
33
33
34
34
Context:
35
-
I encountered a crash when using this library
36
-
35
+
I encountered a crash while using this library
37
36
Steps to reproduce:
38
37
1. ...
39
38
2. ...
40
39
3. ...
41
40
4. ...
42
41
```
43
42
43
+
### Additional context
44
+
45
+
Add any other context about the problem here.
46
+
47
+
---
48
+
44
49
### Sending Feature Requests
45
50
46
51
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
47
52
48
53
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
49
54
55
+
---
56
+
50
57
### Sending Pull Requests
51
58
52
59
Pull Requests with changes and fixes are also welcome!
53
60
61
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
62
+
63
+
1. Change directory to the library GitHub
64
+
65
+
```
66
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncHTTPRequest_Generic_GitHub/
Copy file name to clipboardExpand all lines: changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
* [Releases v1.10.2](#releases-v1102)
15
16
* [Releases v1.10.1](#releases-v1101)
16
17
* [Releases v1.10.0](#releases-v1100)
17
18
* [Releases v1.9.2](#releases-v192)
@@ -44,6 +45,11 @@
44
45
45
46
## Changelog
46
47
48
+
### Releases v1.10.2
49
+
50
+
1. Default to reconnect to the same `host:port` after connected for new HTTP sites. Check [Host/Headers not always sent with 1.10.1 #44](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues44)
51
+
2. Update `Packages' Patches`
52
+
47
53
### Releases v1.10.1
48
54
49
55
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)
0 commit comments