This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Commit 0d11b02
authored
v1.6.0 to save heap when sending large data
### Releases v1.6.0
1. Support using `CString` to save heap to send `very large data`. Check [request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8](khoih-prog/Portenta_H7_AsyncWebServer#8)
2. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
3. Add multiple examples to demo the new feature
4. Fix issue with slow browsers or network
5. Change license from `MIT` to `GPLv3` to match with original [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) license1 parent 5ec04e3 commit 0d11b02
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2024 | 2024 | | |
2025 | 2025 | | |
2026 | 2026 | | |
2027 | | - | |
2028 | | - | |
2029 | | - | |
2030 | 2027 | | |
2031 | 2028 | | |
2032 | 2029 | | |
| |||
2038 | 2035 | | |
2039 | 2036 | | |
2040 | 2037 | | |
2041 | | - | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
2042 | 2041 | | |
2043 | 2042 | | |
2044 | 2043 | | |
| |||
0 commit comments