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

Allow custom resolver in WebSocketClientConnection #3172

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

takluyver
Copy link
Contributor

SimpleAsyncHTTPClient accepts a custom resolver instance, and this can be used to make an HTTP connection to Unix sockets (see also #2671). I would like to do the same with WebSocketClientConnection. It's possible by globally configuring the resolver class, but I'd prefer to do it without global side-effects.

For more context, this is part of an effort for jupyter-server-proxy to support proxying services listening securely on Unix sockets, as well as TCP sockets (jupyterhub/jupyter-server-proxy#337 ). This is currently working apart from Websocket support, which this PR would make possible.

Copy link
Member

@bdarnell bdarnell left a comment

Choose a reason for hiding this comment

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

Thanks!

@bdarnell bdarnell merged commit 1a4c8e5 into tornadoweb:master Aug 26, 2022
@takluyver takluyver deleted the websocket-resolver branch August 31, 2022 20:23
@takluyver
Copy link
Contributor Author

Thanks @bdarnell

@takluyver
Copy link
Contributor Author

I don't want to nag - I know how annoying requests like this can be - but I'd be interested to know if you're thinking of doing another release (presumably 6.3) soon, or whether it's likely to be still some months away? Thanks! 🙂

@bdarnell
Copy link
Member

Unfortunately I don't have much time for Tornado these days, so barring some major issue, the next release is unlikely to be "soon". Even "some months" sounds optimistic given my current schedule - 6.1 and 6.2 were over 18 months apart.

@takluyver
Copy link
Contributor Author

No problem, thanks for letting me know. 👍

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