-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
async client: fix immediate response when request has body #411
Merged
Conversation
This file contains 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
regression from #353
@lyft/network-team @lizan |
RomanDzhabarov
approved these changes
Feb 2, 2017
Oops, thanks for fixing that! |
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of mixerclient This PR will be merged automatically once checks are successful. ```release-note none ```
kyessenov
pushed a commit
to kyessenov/envoy
that referenced
this pull request
Feb 18, 2020
Signed-off-by: John Plevyak <[email protected]>
kyessenov
added a commit
to istio/envoy
that referenced
this pull request
Feb 18, 2020
Update GrpcService to add StsService. (envoyproxy#411)
kyessenov
pushed a commit
to kyessenov/envoy
that referenced
this pull request
Feb 18, 2020
Signed-off-by: John Plevyak <[email protected]>
kyessenov
added a commit
to istio/envoy
that referenced
this pull request
Feb 18, 2020
Update GrpcService to add StsService. (envoyproxy#411)
PiotrSikora
pushed a commit
to istio/envoy
that referenced
this pull request
Feb 24, 2020
Signed-off-by: John Plevyak <[email protected]>
duderino
added a commit
to duderino/envoy
that referenced
this pull request
Mar 3, 2020
This reverts commit ab59731.
istio-testing
pushed a commit
to istio/envoy
that referenced
this pull request
Mar 4, 2020
…fixes. (#180) * Revert "fix opencensus tracer (#155)" This reverts commit 063eeb9. * Revert "Add x-goog-user-proj header for sts credential (#152)" This reverts commit 37dbbd4. * Revert "Update GrpcService to add StsService. (envoyproxy#411)" This reverts commit ab59731. * Revert "fix tracer ssl credential (#151)" This reverts commit 02901d0. * Revert "remove url validation as it is not implemented" This reverts commit 3eb2101. * Revert "Use gRPC Security Token Service (STS) to get call credentials (envoyproxy#9101)" This reverts commit ec6b907. * Revert "[release-1.4] Use sts for call credential when STS_PORT is provided in node metadata #144 (#148)" This reverts commit 7081e43. * Revert "Upgrade gRPC to 1.25 which has gRPC STS feature (#145)" This reverts commit 03ecfad. * ci: mark //test/integration:protocol_integration_test as flaky. (#162) Backport envoyproxy/envoy-wasm#422 and its prerequisite (envoyproxy#10009). * Plumb the flaky flag from envoy_cc_test to the native.cc_test (envoyproxy#10009) Signed-off-by: Yan Avlasov <[email protected]> * ci: mark //test/integration:protocol_integration_test as flaky. (envoyproxy#422) Signed-off-by: Piotr Sikora <[email protected]> * Remove wasm filter stress test Signed-off-by: gargnupur <[email protected]> * Remove wasm stress test framework Signed-off-by: gargnupur <[email protected]> Co-authored-by: Piotr Sikora <[email protected]> Co-authored-by: Nupur Garg <[email protected]>
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
…iginal_src_filter.rst (envoyproxy#411)
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Description: cancelation was not wired up in Android. This PR implements and wires up stream cancelation. Risk Level: med - core functionality for android Testing: local build Signed-off-by: Jose Nino <[email protected]> Signed-off-by: JP Simard <[email protected]>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Description: cancelation was not wired up in Android. This PR implements and wires up stream cancelation. Risk Level: med - core functionality for android Testing: local build Signed-off-by: Jose Nino <[email protected]> Signed-off-by: JP Simard <[email protected]>
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.
regression from #353