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

Reading from stdin: read and buffer for bytes not to get lost #33

Open
hzeller opened this issue May 3, 2020 · 0 comments
Open

Reading from stdin: read and buffer for bytes not to get lost #33

hzeller opened this issue May 3, 2020 · 0 comments

Comments

@hzeller
Copy link
Owner

hzeller commented May 3, 2020

When we read from stdin, bytes are consumed, however if we are just probing content (e.g. the image subsystem figuring out if something is an image), this will garble the state for the next one.

So if we could buffer these and provide some internal re-wind mechanism, that would be good. Worst case, we've to buffer everything to disk first, but if the API allows enough access to provide data in different ways, we can buffer the first chunks, then later just connect the existing stream. To be figured out.

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