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

connect-tcp: return IP:port assigned to client #2856

Open
asingh-g opened this issue Aug 6, 2024 · 3 comments
Open

connect-tcp: return IP:port assigned to client #2856

asingh-g opened this issue Aug 6, 2024 · 3 comments
Labels
connect-tcp draft-ietf-httpbis-connect-tcp

Comments

@asingh-g
Copy link

asingh-g commented Aug 6, 2024

Should connect-tcp return the ip and port that get assigned to the client in the response header, like we did in connect-udp-listen?

@DavidSchinazi DavidSchinazi added the connect-tcp draft-ietf-httpbis-connect-tcp label Aug 6, 2024
@bemasc
Copy link
Contributor

bemasc commented Oct 17, 2024

The TCP client address is almost never of any interest, since it cannot be reused for other connections. Do you have a use case for this metadata?

@tfpauly
Copy link
Contributor

tfpauly commented Oct 17, 2024

@asingh-g I would expect that this could be a useful extension for a specific use case, rather than something in the base spec?

@LPardue
Copy link
Contributor

LPardue commented Oct 17, 2024

Agree sounds like an extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect-tcp draft-ietf-httpbis-connect-tcp
Development

No branches or pull requests

5 participants