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

Some code optimization #1608

Merged

Conversation

polarbear567
Copy link
Contributor

@polarbear567 polarbear567 commented Dec 8, 2020

1.Remove some invalid codes;
2.The implementation of the removeIfPresent method in MutablePropertySources class is optimized. In LinkedList, the remove method will judge whether the element is included or not, so the optimization will reduce one for loop operation;
3.Fixed a log printing error in the TunnelSocketFrameHandler class.

2.The implementation of the removeifpresent method in mutablepropertysources class is optimized. In LinkedList, the remove method will judge whether the element is included or not, so the optimization will reduce one for loop operation
3.Fixed a log printing error in the tunnelsocketframehandler class.
@hengyunabc hengyunabc added this to the 3.4.6 milestone Dec 8, 2020
@hengyunabc hengyunabc merged commit 6a3d9fa into alibaba:master Dec 8, 2020
@hengyunabc
Copy link
Collaborator

Thank you very much.

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.

2 participants