Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Line buffer too small #3

Open
emicklei opened this issue Apr 17, 2013 · 0 comments
Open

Line buffer too small #3

emicklei opened this issue Apr 17, 2013 · 0 comments
Assignees
Labels

Comments

@emicklei
Copy link

I have properties files that fail to load because the value length exceeds the hard coded 1024. See lines 309 and 310.

Please make this configurable (or use slices?).

My workaround is to modify the lines to:

n.buffer = make([]byte, 2048)
n.lineBuffer = make([]byte, 2048) 
@dmotylev dmotylev added bug and removed bug labels Mar 24, 2014
@dmotylev dmotylev self-assigned this Mar 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants