Skip to content

Comments

fix: server middleware mode resolve#16122

Merged
bluwy merged 3 commits intovitejs:mainfrom
eddeisling:fix/middleware-mode-merge
Mar 11, 2024
Merged

fix: server middleware mode resolve#16122
bluwy merged 3 commits intovitejs:mainfrom
eddeisling:fix/middleware-mode-merge

Conversation

@eddeisling
Copy link
Contributor

Description

In this merge request, https://github.com/vitejs/vite/pull/14632/files#diff-abb3345b6e3b2ec6d297c2ebc54cca85ae4487a31bac3cc9e78457f5114adb26R704 @antfu introduced object in middlewareMode property, but at that line of code this property is always boolean. That's why proxy WS is not working for Vite middleware mode.

Additional context


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines, especially the Pull Request Guidelines.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Update the corresponding documentation if needed.
  • Ideally, include relevant tests that fail without this PR but pass with it.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy added the p3-significant High priority enhancement (priority) label Mar 8, 2024
@eddeisling eddeisling requested a review from bluwy March 8, 2024 14:49
Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

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

Thanks for spotting this!

@bluwy bluwy merged commit 8403546 into vitejs:main Mar 11, 2024
@eddeisling eddeisling deleted the fix/middleware-mode-merge branch March 11, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p3-significant High priority enhancement (priority)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants