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

Simplify request handler - proxy relationship #1776

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

bernardnormier
Copy link
Member

This PR corresponds to Benoit's initial commit in #1771, with:

  • ConnectionRequestHandler keeps the same name
  • various merge conflicts fixes

See my review of #1771 for additional details.

@externl externl requested review from externl and removed request for bentoi February 9, 2024 17:15
if(!initialized(lock))
{
_proxies.insert(proxy);
}
return _requestHandler ? _requestHandler : shared_from_this();
Copy link
Member

Choose a reason for hiding this comment

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

Seems that we never set _requestHandler

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right: I remove this _requestHandler and even the enclosing connect function.

Copy link
Member

@pepone pepone left a comment

Choose a reason for hiding this comment

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

Looks good!

@bernardnormier bernardnormier merged commit 74e8c34 into zeroc-ice:main Feb 9, 2024
17 checks passed
@bernardnormier bernardnormier deleted the request-handler1 branch May 10, 2024 23:40
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.

4 participants