Skip to content

Fix unspecified support for same host connections #230

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LucioFranco
Copy link
Member

This adds a test and fixes behaivor where a client may want to connect to a server listening on an unspecified ip (0.0.0.0). This is probably not the exact correct implementation but this will just route it through the loopback path.

Playground
example

@LucioFranco LucioFranco requested a review from mcches March 19, 2025 23:08
@LucioFranco LucioFranco force-pushed the lucio/fix-unspecified branch from d0858f5 to 39ed3d5 Compare March 19, 2025 23:08
This adds a test and fixes behaivor where a client may want to connect
to a server listening on an unspecified ip (0.0.0.0). This is probably
not the exact correct implementation but this will just route it through
the loopback path.

[Playground
example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=63aad6ad0374fa62e93d83ec813faca8)
@LucioFranco LucioFranco force-pushed the lucio/fix-unspecified branch from 39ed3d5 to 49547eb Compare March 19, 2025 23:09
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.

1 participant