-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
READ-LINE* currently has no maximum line length, but will instead continue to read input until memory is exhausted. While this default should probably not be changed (there may very well be someone somewhere who is reading multi-gigabyte lines), it would enhance stability to allow callers of the library to specify a maximum line length:
(let ((chunga:*max-line-length* 8192))
(chunga:read-line* stream))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels