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

only reset streams when retrying #1358

Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 7, 2023

As is, we always reset streams before uploading. For SeekableStream implementations, this includes a seek.

This should only occur prior to retrying upon error, rather than before every request.

As is, we always `reset` streams before uploading.  For `SeekableStream`
implementations, this includes a `seek`.

This should only occur prior to retrying upon error, rather than before
every request.
demoray pushed a commit to demoray/azure-sdk-for-rust that referenced this pull request Sep 7, 2023
@demoray demoray merged commit 73e9938 into Azure:main Sep 8, 2023
16 checks passed
@demoray demoray deleted the only-reset-stream-before-retrying-error branch September 8, 2023 14:39
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

2 participants