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

fix(websocket): prevent ws headers leaking to the subgraph ws connection (#1149) #1293

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

alepane21
Copy link
Contributor

Motivation and Context

As seen in #1149, when forwarding all the headers, the web socket connection doesn't work anymore. The change made with this pull request assures that the headers part of the web socket specification are not forwarded to the subgraph web socket connection.

Checklist

Copy link
Contributor

@StarpTech StarpTech left a comment

Choose a reason for hiding this comment

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

LGTM

@StarpTech
Copy link
Contributor

@alepane21 CI is failing.

@alepane21
Copy link
Contributor Author

Sorry my bad, now the tests are ok.

@StarpTech StarpTech merged commit c27558f into wundergraph:main Oct 20, 2024
9 checks passed
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.

2 participants