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.
### Releases v2.5.0
1. Add support to ESP32 boards using `LwIP W6100 Ethernet`
2. Fix bug of wrong `reqStates`. Check [Callback behavior buggy #19](#19)
3. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](#21)
4. Improve `README.md` so that links can be used in other sites, such as `PIO`
#### For ESP32, WT32_ETH01, ESP32_ENC, ESP32_W5500 or ESP32_W6100
391
391
@@ -1225,7 +1225,7 @@ This library is based on, modified, bug-fixed and improved from:
1225
1225
- to report the issue in [Having problemen with AsyncHTTPS memory leak #11](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/11)
1226
1226
- to make a terrific PR in [Update for memleak in AsyncHTTPSRequest_Impl_Generic.h #13](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/pull/13)
1227
1227
leading to new release v2.2.0 to fix crash and memory leak
1228
-
6. Thanks to [yocal](https://github.com/yocal) to report [Getting 400 Bad Request on second call to same host #14](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/14) leading to new release v2.2.1
1228
+
6. Thanks to [emmettprexus](https://github.com/emmettprexus) to report [Getting 400 Bad Request on second call to same host #14](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/14) leading to new release v2.2.1
1229
1229
7. Thanks to [joaorolemberg](https://github.com/joaorolemberg) to report [Callback behavior buggy #19](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/19) leading to new release v2.5.0
1230
1230
8. Thanks to [redphx](https://github.com/redphx) to report [Bug with _parseURL() #21](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/21) leading to new release v2.5.0
1231
1231
@@ -1236,7 +1236,7 @@ leading to new release v2.2.0 to fix crash and memory leak
0 commit comments