debing.sun
6910256443
Strip CRLF from error and simple string replies ( #826 )
...
Because in some cases, the client put \r\n in the command parameters.
When Redis returns these parameters to the client via an error reply, the presence of \r\n in the middle can cause the client to only parse the portion before the \r\n when handling the error reply. This disrupts the protocol parsing and ultimately causes the connection to become stuck.
2026-02-22 21:23:14 +02:00
..
2024-11-28 18:33:58 +02:00
2024-04-04 13:49:51 +03:00
2025-05-01 14:04:22 +01:00
2024-04-04 13:49:51 +03:00
2024-04-04 13:49:51 +03:00
2023-06-22 23:15:16 +03:00
2023-03-29 20:48:59 +03:00
2023-11-27 17:26:33 +02:00
2024-11-11 09:34:18 +03:00
2022-01-18 15:55:20 +02:00
2024-11-21 14:14:14 +08:00
2025-03-04 17:19:41 +08:00
2022-04-05 08:21:41 +03:00
2022-05-12 20:10:38 +03:00
2022-02-22 11:00:03 +02:00
2022-02-08 10:01:35 +02:00
2024-12-05 11:14:52 +02:00
2025-05-01 14:04:22 +01:00
2023-08-16 08:36:40 +03:00
2025-02-05 11:48:08 +02:00
2025-05-01 14:04:22 +01:00
2022-09-28 14:15:07 +03:00
2022-10-22 20:36:50 +03:00
2025-02-05 11:48:08 +02:00
2022-04-17 08:31:57 +03:00
2025-03-20 10:35:53 +08:00
2023-03-15 15:18:42 -07:00
2025-02-06 13:16:33 +02:00
2022-03-30 15:47:06 +03:00
2025-05-01 14:04:22 +01:00
2025-05-01 14:04:22 +01:00
2023-06-20 20:41:41 +03:00
2023-04-09 12:07:32 +03:00
2026-02-22 21:23:14 +02:00
2021-10-25 12:00:43 +03:00
2021-11-28 11:26:28 +02:00
2022-11-03 13:19:49 +02:00
2021-11-28 11:26:28 +02:00
2022-10-18 19:45:46 +03:00
2021-12-30 12:17:22 +02:00
2024-04-04 13:49:51 +03:00
2023-05-07 10:13:19 +03:00