Skip to content
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

hcm: remove Server::Admin from conn_manager_impl. #8809

Merged
merged 2 commits into from
Oct 30, 2019

Conversation

stevenzzzz
Copy link
Contributor

…:Admin specific logic from conn_manager_impl

add isRoutable interface in connection manager config, remove Server::Admin specific logic from conn_manager_impl

Signed-off-by: Xin Zhuang stevenzzz@google.com

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Description: Remove Server::Admin specific logic from conn_manager_impl.
Risk Level: LOW
Testing: unit test
Docs Changes: N/A
Release Notes: N/A
Fixes: #8225

…:Admin specific logic from conn_manager_impl

Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, great cleanup. Just needs a format fix.

/wait

@@ -232,6 +232,12 @@ class ConnectionManagerConfig {
*/
virtual absl::optional<std::chrono::milliseconds> idleTimeout() const PURE;


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: newline, also general format issues

Signed-off-by: Xin Zhuang <stevenzzz@google.com>
@mattklein123
Copy link
Member

Awesome, thanks. Please merge master again to fix format.

/wait

@stevenzzzz
Copy link
Contributor Author

formatted.
sorry it takes so long.

@mattklein123 mattklein123 merged commit b0a03bc into envoyproxy:master Oct 30, 2019
@stevenzzzz stevenzzzz deleted the upstream-refactor-hcm branch October 31, 2019 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cleanup: refactor conn_manager code to remove AdminImpl specific logic
2 participants