-
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
http: moving exceptions out of http_server_properties_cache_manager_impl #27829
http: moving exceptions out of http_server_properties_cache_manager_impl #27829
Conversation
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
/retest |
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.
Most excellent!
@@ -38,6 +38,7 @@ Filter::Filter(const FilterConfigSharedPtr& config, Event::Dispatcher& dispatche | |||
: cache_(config->getAlternateProtocolCache(dispatcher)), time_source_(config->timeSource()) {} | |||
|
|||
Http::FilterHeadersStatus Filter::encodeHeaders(Http::ResponseHeaderMap& headers, bool) { | |||
|
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.
nit: Remove this?
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.
Given I've got another PR in this space and github is broken I'll do in my follow up :-)
@@ -131,7 +131,6 @@ paths: | |||
- source/common/http/filter_chain_helper.h | |||
- source/common/http/conn_manager_utility.cc | |||
- source/common/http/match_delegate/config.cc | |||
- source/common/http/http_server_properties_cache_manager_impl.cc |
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.
Oh, rad!
…mpl (envoyproxy#27829) Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Signed-off-by: asheryer <asheryer@amazon.com>
…mpl (envoyproxy#27829) Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Signed-off-by: Ryan Eskin <ryan.eskin89@protonmail.com>
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
part of envoyproxy/envoy-mobile#176