Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commitc14f228

Browse files
authored
v1.6.0 to save heap when sending large data
### Releases v1.6.01. 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 feature4. Fix issue with slow browsers or network5. Change license from `MIT` to `GPLv3` to match with original [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) license
1 parent00c5df1 commitc14f228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/AsyncWebServer_STM32.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class AsyncWebServerRequest
422422

423423
voidsend(AsyncWebServerResponse *response);
424424
voidsend(int code,const String& contentType = String(),const String& content = String());
425-
voidsend(int code,const String& contentType,constchar *content,boolnonCopyingSend =true);// RSMOD
425+
voidsend(int code,const String& contentType,constchar *content,boolcopyingSend =true);// RSMOD
426426

427427
voidsend(Stream &stream,const String& contentType,size_t len, AwsTemplateProcessor callback =nullptr);
428428
voidsend(const String& contentType,size_t len, AwsResponseFiller callback, AwsTemplateProcessor templateCallback =nullptr);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp