core: propagate write stream response events#1014
Merged
callmehiphop merged 1 commit intogoogleapis:masterfrom Dec 10, 2015
Merged
core: propagate write stream response events#1014callmehiphop merged 1 commit intogoogleapis:masterfrom
callmehiphop merged 1 commit intogoogleapis:masterfrom
Conversation
7d6a349 to
763762c
Compare
callmehiphop
added a commit
that referenced
this pull request
Dec 10, 2015
core: propagate write stream response events
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 17, 2023
* chore(main): release 3.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
🤖 I have created a release \*beep\* \*boop\* --- ## [2.15.0](https://github.com/googleapis/gax-nodejs/compare/v2.14.1...v2.15.0) (2021-06-10) ### Features * expose cert and key for mTLS ([#1014](https://github.com/googleapis/gax-nodejs/issues/1014)) ([f025fc1](https://github.com/googleapis/gax-nodejs/commit/f025fc155c505792bc74929a7803a2df63c331cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This listens for the
responseevent where appropriate and re-emits it to the user's stream.Also, I caught a bug over in gcs-resumable-upload which was not emitting responses until a request completed. If it errored, the response wouldn't be emitted at all.