• erio's avatar
    fix: increase SSE scanner max line size from 40MB to 500MB · 91ef085d
    erio authored
    4K image base64 data can exceed 40MB limit, causing "bufio.Scanner:
    token too long" errors. Scanner is adaptive (starts at 64KB, grows
    as needed), so increasing the cap has no impact on normal responses.
    91ef085d
gateway_service.go 249 KB