-
Notifications
You must be signed in to change notification settings - Fork 90
Update Envoy to c2522c69f (Jan 11th 2021). #604
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
Conversation
- Envoy::StreamInfo::StreamInfoImpl no longer contains methods that set local and remote socket addresses. It instead requires a Envoy::Network::SocketAddressProviderSharedPtr with the addresses already set. Pass in a Envoy::Network::SocketAddressSetterImpl so that we can continue setting the remote address for tests. Signed-off-by: Jakub Sobon <mumak@google.com>
@qqustc please review and assign back to me when done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes LGTM, but checking I noticed that Envoy's https://github.com/envoyproxy/envoy/blob/master/.bazelversion and https://github.com/envoyproxy/envoy/blob/master/.bazelrc have fairly recent changes.
Do we want to mirror those in this update?
Signed-off-by: Jakub Sobon <mumak@google.com>
Thanks for pointing that out @oschaaf, copied |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT modulo my last remark
Signed-off-by: Jakub Sobon <mumak@google.com>
@oschaaf please take another look and approve when ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Envoy::StreamInfo::StreamInfoImpl
no longer contains methods that set local and remote socket addresses. It instead requires aEnvoy::Network::SocketAddressProviderSharedPtr
with the addresses already set. Pass in aEnvoy::Network::SocketAddressSetterImpl
so that we can continue setting the remote address for tests..bazelversion
and.bazelrc
from Envoy.Signed-off-by: Jakub Sobon mumak@google.com