Skip to content

CombinedChannelDuplexHandler.removeOutboundHandler() cause connect(..…#11414

Merged
normanmaurer merged 2 commits into
4.1from
combined_connect
Jun 24, 2021
Merged

CombinedChannelDuplexHandler.removeOutboundHandler() cause connect(..…#11414
normanmaurer merged 2 commits into
4.1from
combined_connect

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

….) to not pass the correct parameters

Motivation:

Due a bug we did not pass the correct remote and localaddress to the next handler if the outbound portion of the CombinedChannelDuplexHandler was removed

Modifications:

  • Call the correct connect(...) method
  • Refactor tests to test that the parameters are correctly passed on
  • Remvoe some code duplication in the tests

Result:

CombinedChannelDuplexHandler correctly pass parameters on

….) to not pass the correct parameters

Motivation:

Due a bug we did not pass the correct remote and localaddress to the next handler if the outbound portion of the CombinedChannelDuplexHandler was removed

Modifications:

- Call the correct connect(...) method
- Refactor tests to test that the parameters are correctly passed on
- Remvoe some code duplication in the tests

Result:

CombinedChannelDuplexHandler correctly pass parameters on
@normanmaurer normanmaurer requested a review from chrisvest June 24, 2021 09:29
@normanmaurer normanmaurer added this to the 4.1.66.Final milestone Jun 24, 2021
Copy link
Copy Markdown
Member

@trustin trustin left a comment

Choose a reason for hiding this comment

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

😱

@normanmaurer normanmaurer merged commit 6c618e3 into 4.1 Jun 24, 2021
@normanmaurer normanmaurer deleted the combined_connect branch June 24, 2021 11:58
normanmaurer added a commit that referenced this pull request Jun 24, 2021
….) to not pass the correct parameters (#11414)

Motivation:

Due a bug we did not pass the correct remote and localaddress to the next handler if the outbound portion of the CombinedChannelDuplexHandler was removed

Modifications:

- Call the correct connect(...) method
- Refactor tests to test that the parameters are correctly passed on
- Remvoe some code duplication in the tests

Result:

CombinedChannelDuplexHandler correctly pass parameters on
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
….) to not pass the correct parameters (netty#11414)


Motivation:

Due a bug we did not pass the correct remote and localaddress to the next handler if the outbound portion of the CombinedChannelDuplexHandler was removed

Modifications:

- Call the correct connect(...) method
- Refactor tests to test that the parameters are correctly passed on
- Remvoe some code duplication in the tests

Result:

CombinedChannelDuplexHandler correctly pass parameters on
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.

3 participants