Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

fix: revert async behavior of request#331

Merged
JustinBeckwith merged 4 commits intogoogleapis:masterfrom
JustinBeckwith:undo
Dec 13, 2018
Merged

fix: revert async behavior of request#331
JustinBeckwith merged 4 commits intogoogleapis:masterfrom
JustinBeckwith:undo

Conversation

@JustinBeckwith
Copy link
Copy Markdown
Contributor

@JustinBeckwith JustinBeckwith commented Dec 12, 2018

When I converted nodejs-common to TypeScript, I made the mistake of trying to make request and request_ async functions. While we were able to fix most of the issues this caused, it had some unexpected results in nodejs-compute, where system tests have been broken for months. Going back to callbacks should fix this.

Resolves #172

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 12, 2018
@JustinBeckwith JustinBeckwith added do not merge Indicates a pull request not ready for merge, due to either quality or timing. semver: major Hint for users that this is an API breaking change. labels Dec 12, 2018
@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 13, 2018
@JustinBeckwith JustinBeckwith merged commit 718ef66 into googleapis:master Dec 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement. semver: major Hint for users that this is an API breaking change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Response is null when there is an error. This breaks @google-cloud/profiler

3 participants