Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small ddos (press F5) crash: async_tcp ....watchdog got triggered #1413

Open
Red-Owl opened this issue Jun 6, 2024 · 2 comments
Open

small ddos (press F5) crash: async_tcp ....watchdog got triggered #1413

Red-Owl opened this issue Jun 6, 2024 · 2 comments

Comments

@Red-Owl
Copy link

Red-Owl commented Jun 6, 2024

multiple request on file'S cause:

E (47645) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (47645) task_wdt: - async_tcp (CPU 0/1)
E (47645) task_wdt: Tasks currently running:
E (47645) task_wdt: CPU 0: IDLE
E (47645) task_wdt: CPU 1: async_tcp
E (47645) task_wdt: Aborting.

the server restart. server crash in random where normal webpage read or update websoket data

@Red-Owl
Copy link
Author

Red-Owl commented Jul 9, 2024

server.serveStatic("/", SD, "/").setCacheControl("max-age=3600");

<-- multiple (many) request cause server panic in async tcp
if remove this function and send muliple request server not crash

@StudBoy646
Copy link

Can you please tell me in which file this function is present ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants