Replies: 1 comment 3 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using AsyncWebServer and I have a problem, that each time I make a request from Chrome web browser it takes some memory and it need about 20 seconds to free it. I've tried to make request from Postman and Firefox and it's ok.
I was looking for solution and somebody told me that Chrome make requests to favicon.ico, I've added empty response and nothing changed. I've also tried to close connection after request - request->client()->stop(), but it also didn't nothing.
Do you have any idea what I can do with this?
Simply example in attachement
Async TCP 3.4.7
ESP Async WebServer 3.8.0
VisualMicro for Visual Studio 2022
Thanks
Łukasz
AsyncWebServer memory.txt
Beta Was this translation helpful? Give feedback.
All reactions