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

Remove TcpChannel#setSoLinger method (#35924) #35952

Merged
merged 2 commits into from
Nov 27, 2018

Conversation

Tim-Brooks
Copy link
Contributor

This commit removes the dedicated setSoLinger method. This simplifies
the TcpChannel interface. This method has very little effect as the
SO_LINGER is not set prior to the channels being closed in the abstract
transport test case.

This commit removes the dedicated `setSoLinger` method. This simplifies
the `TcpChannel` interface. This method has very little effect as the
SO_LINGER is not set prior to the channels being closed in the abstract
transport test case.
@Tim-Brooks Tim-Brooks added >non-issue :Distributed/Network Http and internode communication implementations v6.6.0 backport labels Nov 27, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@Tim-Brooks Tim-Brooks merged commit f2deb9a into elastic:6.x Nov 27, 2018
@Tim-Brooks Tim-Brooks deleted the remove_so_linger_backport branch December 18, 2019 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed/Network Http and internode communication implementations >non-issue v6.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants