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

Implement xfr() in terms of inbound_xfr(). #1062

Merged
merged 1 commit into from Feb 29, 2024

Conversation

bwelling
Copy link
Collaborator

This moves the implementation of inbound_xfr() to an internal generator function, and implements both inbound_xfr() and xfr() using it.

This moves the implementation of inbound_xfr() to an internal generator
function, and implements both inbound_xfr() and xfr() using it.
@bwelling
Copy link
Collaborator Author

The goal here is to remove the duplicated functionality in xfr() in favor of the newer code in inbound_xfr(). There shouldn't be any user-visible changes.

@rthalley rthalley merged commit 18b7473 into rthalley:main Feb 29, 2024
9 checks passed
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.

None yet

2 participants