Files
CC-Switch/src-tauri/src
YoVinchen abbf43ea6f refactor(proxy): extract take_sse_block helper with CRLF delimiter support
Replace inline `buffer.find("\n\n")` SSE splitting logic across streaming,
streaming_responses, response_handler, and response_processor with a shared
`take_sse_block` function that handles both `\n\n` and `\r\n\r\n` delimiters.
2026-04-06 11:09:23 +08:00
..
2025-11-22 19:18:35 +08:00
2025-12-05 11:26:41 +08:00