Files
AstrBot/astrbot
LIghtJUNction 4cc700f57d fix(dashboard): suppress benign SSL close notify errors
When clients disconnect abruptly, hypercorn raises
ssl.SSLError APPLICATION_DATA_AFTER_CLOSE_NOTIFY during SSL shutdown.
This is benign and expected behavior. Wrap serve() with
try/except to suppress these spurious errors.
2026-03-24 19:08:09 +08:00
..
2026-03-23 22:21:06 +08:00
2026-03-24 10:14:28 +08:00
2026-03-22 22:44:05 +08:00