mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7e7632ad3c
Replace bufio.Scanner with bufio.Reader in OpenTreeSession to avoid 64KB line length limit. Scanner silently truncates long lines which can corrupt session data. Reader handles arbitrary line lengths properly.