Skip to content

techdebt: clean up connection_handler_impl dependency issue#15815

Merged
ggreenway merged 6 commits intoenvoyproxy:mainfrom
lambdai:listenerbase
Apr 7, 2021
Merged

techdebt: clean up connection_handler_impl dependency issue#15815
ggreenway merged 6 commits intoenvoyproxy:mainfrom
lambdai:listenerbase

Conversation

@lambdai
Copy link
Copy Markdown
Contributor

@lambdai lambdai commented Apr 1, 2021

Commit Message:
Follow up of #15553.
The last part of source/ directory.
Signed-off-by: Yuchen Dai [email protected]

Additional Description:
Will rewrite test code fix flaky tests.

Risk Level: Low
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
Fixes #15126

}
} // namespace

void ActiveTcpListener::removeConnection(ActiveTcpConnection& connection) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This functions is moved to bottom and constructor is now on the top

lambdai added 3 commits April 2, 2021 12:02
Signed-off-by: Yuchen Dai <[email protected]>
Signed-off-by: Yuchen Dai <[email protected]>
Signed-off-by: Yuchen Dai <[email protected]>
@ggreenway ggreenway merged commit 7d42664 into envoyproxy:main Apr 7, 2021
@lambdai lambdai deleted the listenerbase branch April 7, 2021 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tech debt: connection handler implementation

2 participants