tao
a768d0a95b
fix(lsp): stop repeatedly resuming dead coroutine #35743
...
Problem:
Error extracting content-length causes all future coroutine resumes to
fail.
Solution:
Replace coroutine.wrap with coroutine.create in create_read_loop
so that we can check its status and catch any errors, allowing us to
stop the lsp client and avoid repeatedly resuming the dead coroutine.
2025-10-27 10:03:45 -07:00
..
2025-10-27 01:21:52 +00:00
2025-09-11 06:55:43 +08:00
2025-09-13 01:18:18 +00:00
2025-10-27 01:34:52 +00:00
2025-10-27 02:52:56 +00:00
2025-10-14 10:44:57 +08:00
2025-09-03 21:27:24 +08:00
2025-10-27 10:03:45 -07:00
2025-10-27 03:20:34 +00:00
2025-10-26 01:28:37 +02:00
2025-07-12 18:57:52 +02:00
2024-10-15 20:50:21 +02:00
2022-03-13 04:52:45 +00:00
2025-10-27 16:52:49 +08:00
2025-10-03 16:16:52 +08:00
2025-05-02 09:28:50 +02:00
2023-08-13 13:25:10 +01:00
2025-05-02 09:28:50 +02:00
2025-07-23 20:03:30 -07:00
2024-12-06 20:57:21 +08:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-20 07:23:49 +08:00
2025-08-16 13:20:36 +08:00
2022-10-13 05:48:12 -07:00
2025-03-26 14:48:09 +01:00
2025-04-27 15:49:00 -07:00
2025-10-02 09:06:41 +08:00
2025-08-20 07:23:49 +08:00
2024-07-02 13:05:16 +02:00