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

objectstorage posix: use limitreader only when size is specified. #153

Merged

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Oct 25, 2019

Use limitreader only when size is specified (greater or equal to 0).
When size is unknown (less than 0) limitreader will immediately return EOF
instead of writing the whole data.

Use limitreader only when size is specified (greater or equal to 0).
When size is unknown (less than 0) limitreader will immediately return EOF
instead of writing the whole data.
@sgotti sgotti merged commit 4c88bb7 into agola-io:master Oct 25, 2019
@sgotti sgotti deleted the objectstorage_posix_limitreader_only_size_gt_0 branch February 19, 2020 09:08
tulliobotti64 pushed a commit to tulliobotti64/agola that referenced this pull request Oct 19, 2022
…reader_only_size_gt_0

objectstorage posix: use limitreader only when size is specified.
tulliobotti64 pushed a commit to tulliobotti64/agola that referenced this pull request Oct 19, 2022
…reader_only_size_gt_0

objectstorage posix: use limitreader only when size is specified.
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

Successfully merging this pull request may close these issues.

None yet

1 participant