Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--from text copes poorly with bad input #8

Open
ToxicFrog opened this issue Jan 14, 2014 · 0 comments
Open

--from text copes poorly with bad input #8

ToxicFrog opened this issue Jan 14, 2014 · 0 comments

Comments

@ToxicFrog
Copy link
Owner

If a line is damaged (for example, because braindead Notepad inserts a BOM for UTF8 text), it will merrily read the entire file and then try to output garbage. If your output is text or EDN it means you get a nonsensical record. If your output is backloggery it means it tries to pass an empty body to the HTTP library and then crashes.

It should throw properly when it encounters a malformed record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant