mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-28 14:37:01 -07:00
the wayback line scanner capped each line at 1mb, so a single archived url with a huge query string made scanner.Err return ErrTooLong and the whole feed was discarded. read lines without a per-line cap, still bounded by the passiveMaxBytes read limit.