zeertzjq
66b8018b06
fix(channel): closing socket with pending writes leaks memory ( #36400 )
...
Problem: Closing socket with pending writes leaks memory.
Analysis: When calling rstream_may_close() on an RStream with pending
writes, it waits for write_cb() to call stream_close_handle(),
which closes it as if it's a WStream and doesn't free the
RStream's buffer.
Solution: Ensure that an RStream's buffer is freed when it's closed.
2025-10-31 01:49:21 +00:00
..
2025-03-07 05:45:34 -08:00
2025-03-15 15:00:44 +01:00
2025-08-08 06:11:28 +08:00
2025-03-13 00:42:02 +00:00
2025-09-27 21:30:21 +08:00
2025-08-24 14:43:19 +08:00
2025-10-31 01:49:21 +00:00
2025-10-11 17:37:03 +00:00
2025-05-27 09:40:55 +01:00
2025-10-08 00:51:46 +00:00
2025-02-26 23:06:22 +01:00
2024-11-14 12:40:57 +01:00
2025-02-26 23:06:22 +01:00
2025-02-20 05:26:46 -08:00
2025-02-26 23:06:22 +01:00
2025-04-30 14:38:40 +00:00
2024-12-18 23:59:03 +00:00
2025-04-14 11:38:29 +00:00
2024-11-14 12:40:57 +01:00
2025-02-09 07:31:14 -08:00
2025-09-21 04:44:30 +00:00
2024-12-17 07:11:41 -06:00
2025-08-08 06:11:25 +08:00
2025-02-10 09:33:23 +01:00
2025-01-04 16:48:00 -08:00
2025-08-08 06:11:28 +08:00
2024-11-14 12:40:57 +01:00
2025-04-02 12:48:35 +00:00
2025-04-11 12:28:22 +00:00
2024-11-14 12:40:57 +01:00
2025-03-15 08:18:23 -07:00
2025-10-23 04:22:47 +00:00
2024-11-20 08:24:58 +08:00
2024-11-16 15:32:36 -08:00
2025-10-29 13:08:22 +08:00
2024-11-14 12:40:57 +01:00
2025-04-01 12:28:28 +00:00