-
Notifications
You must be signed in to change notification settings - Fork 5.1k
callback manager: exception free #34012
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
dc70721
to
0bb23a0
Compare
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
0bb23a0
to
5d25e16
Compare
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.
Looks great. I'm surprised though. I expected to see some code which previous did throw SomeException
now doing return absl::SomeStatus
. But I don't think I see any of those. It looks like we always return OkStatus()
, which makes me think we could continue just returning void.... which makes me think I've misunderstood something in this PR. Can you correct my misunderstanding?
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
yeah for clarity this is expected to be no-op change. |
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Relates: envoyproxy/envoy#34708 Relates: envoyproxy/envoy#34761 Relates: envoyproxy/envoy#34437 Relates: envoyproxy/envoy#34012 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Risk Level: medium
Testing: updated tests
Docs Changes: n/a
Release Notes: n/a
envoyproxy/envoy-mobile#176