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

Need a way to rewind responses for idempotent requests. #657

Closed
maf23 opened this issue Dec 11, 2017 · 3 comments
Closed

Need a way to rewind responses for idempotent requests. #657

maf23 opened this issue Dec 11, 2017 · 3 comments

Comments

@maf23
Copy link

maf23 commented Dec 11, 2017

There needs to be a way to know when an idempotent request is restarted. Excon may already have returned some blocks of data before it encountered an error so the caller must be able to get notified that the request is restarted. Analogous to the rewind in the request block.

This is needed by fog: fog/fog-xml#13

@geemus
Copy link
Contributor

geemus commented Dec 14, 2017

@maf23 I think this is what we want, but would love it if you could review and confirm, thanks!

@maf23
Copy link
Author

maf23 commented Dec 15, 2017

It looks good to me.

@geemus
Copy link
Contributor

geemus commented Dec 15, 2017 via email

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

2 participants