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 to handle HTTP 202 responses #114

Open
mtimm opened this issue Sep 25, 2015 · 0 comments
Open

Need to handle HTTP 202 responses #114

mtimm opened this issue Sep 25, 2015 · 0 comments

Comments

@mtimm
Copy link
Member

mtimm commented Sep 25, 2015

In rare cases the APIC will return a 202 response if a POST request is going to take an exceedingly long time. Cobra raises a CommitError in this case because 202 != http.OK. We can't call it a success because it isn't possible to know if the POST was a success yet.

Along with the 202 the Location is set in the header and the body contains a text message about where to visit to get status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant