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

datastore: properly parse HTTP responses from the API #913

Conversation

stephenplusplus
Copy link
Contributor

Fixes #910

The bug originally caught here by @electricFeel (thanks!) resulted in a re-factor, also bringing in some of the sane changes from #897 (the datastore v1beta3 upgrade).

PTAL asap, as we should get out a patch release as soon as possible.

@stephenplusplus stephenplusplus added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: datastore Issues related to the Datastore API. labels Oct 14, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 14, 2015
@stephenplusplus stephenplusplus mentioned this pull request Oct 14, 2015
19 tasks
// Unknown error. Format according to ApiError standard.
parsedResp.err = new util.ApiError({
parsedHttpRespMessage.err = util.ApiError({

This comment was marked as spam.

This comment was marked as spam.

callmehiphop added a commit that referenced this pull request Oct 14, 2015
…parsing

datastore: properly parse HTTP responses from the API
@callmehiphop callmehiphop merged commit e2371f5 into googleapis:master Oct 14, 2015
@callmehiphop
Copy link
Contributor

Thank you, sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants