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

feat: http2 support for connect compatibility application #5267

Merged
merged 11 commits into from
Aug 16, 2024

Conversation

alexander-akait
Copy link
Member

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Yes

Motivation / Use-Case

Allow to use http2 with connect, express still doesn't support http2

Breaking Changes

No

Additional Info

No

@alexander-akait
Copy link
Member Author

All works fine except a deprecation warning - pillarjs/finalhandler#45, we can fix it here, I want to make a small patch and when it will be resolved we remove it

@@ -2946,6 +2969,8 @@ class Server {
*/
const allHeaders = [];

allHeaders.push({ key: "X_TEST", value: "TEST" });
Copy link

@levrik levrik Mar 31, 2025

Choose a reason for hiding this comment

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

I just wondered after upgrading to webpack-dev-server 5.2.1 where this header is coming from and could track it down to this PR. Looks like it's there for quite some time already and I simply didn't notice until now. Does this serve any purpose or is it maybe a left-over from some testing?

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like we I don't see it when merging, let's fix

Copy link
Member Author

Choose a reason for hiding this comment

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

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.

2 participants