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

fix(vfs): defer stream creation in vfs requests #80

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

andersevenrud
Copy link
Member

@andersevenrud andersevenrud commented Jan 2, 2024

Defers the creation of streams in the VFS process to avoid any cleanups that ends up in exceptions because they are handled outside the scope/context.

Fixes #79

Defers the creation of streams in the VFS process to avoid
any cleanups that ends up in exceptions because they are
handled outside the scope/context.

Fixes #79
@andersevenrud andersevenrud changed the title fix(vfs): defer vfs cleanup fix(vfs): defer stream creation in vfs requests Jan 2, 2024
@andersevenrud andersevenrud merged commit f85f263 into master Jan 3, 2024
6 checks passed
@andersevenrud andersevenrud deleted the fix/vfs-exception branch January 3, 2024 21:59
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.

Crashing the osjs when uploading a file in osjs mountpoint
1 participant