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

Pass remoteAdress to socket SocketInfo #2242

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Jun 8, 2024

No description provided.

@jasnell jasnell merged commit e0a98bb into main Jun 10, 2024
9 of 13 checks passed
@jasnell jasnell deleted the jsnell/socket-api-socketinfo-remoteaddress branch June 10, 2024 14:40
auto sock = setupSocket(js, kj::mv(conn), kj::none, kj::mv(nullTlsStarter),
false, kj::str(this->randomHost), false);
auto sock = setupSocket(js, kj::mv(conn), kj::str(getHost(), ":", getPort()),
kj::none, kj::mv(nullTlsStarter), false,
Copy link
Member

Choose a reason for hiding this comment

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

@xortive do you think it's worth providing some sort of remote address for sockets that are connected to Hyperdrive? It's clearly not a pressing issue, but might eventually be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants