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

Improve Websocket implementation #622

Merged
merged 7 commits into from
Jan 12, 2025
Merged

Improve Websocket implementation #622

merged 7 commits into from
Jan 12, 2025

Conversation

ErikPelli
Copy link
Collaborator

@ErikPelli ErikPelli commented Jan 12, 2025

Fixes #593 and (partially) #418.

Add customizable connection dialer to allow custom connection opening for each request, thus allowing a custom user implementation to open a TCP connection for websockets.
Since a normal HTTP proxy doesn't support raw connection handled by the user, it's up to the library user to choose how to forward the data with the connection he chooses to open.

@ErikPelli ErikPelli merged commit dd21e8d into master Jan 12, 2025
1 check passed
@ErikPelli ErikPelli deleted the websocket-custom branch January 12, 2025 21:14
@ErikPelli ErikPelli mentioned this pull request Jan 12, 2025
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.

Enhance websocket implementation
1 participant