Skip to content
Snippets Groups Projects
Unverified Commit fd09c06e authored by Robin Appelman's avatar Robin Appelman
Browse files

actually return stream from swift


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 8281378e
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ class Swift implements IObjectStore { ...@@ -265,7 +265,7 @@ class Swift implements IObjectStore {
// save the object content in the context of the stream to prevent it being gc'd until the stream is closed // save the object content in the context of the stream to prevent it being gc'd until the stream is closed
stream_context_set_option($stream, 'swift', 'content', $objectContent); stream_context_set_option($stream, 'swift', 'content', $objectContent);
RetryWrapper::wrap($stream); return RetryWrapper::wrap($stream);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment