mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-05-15 00:56:58 +00:00
Two SSE scanners in openai_gateway_messages.go were hardcoded to 1MB while all other scanners use defaultMaxLineSize (500MB) with config override. This caused Responses API streams to fail on large payloads.