mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 05:41:37 +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.