-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Confused about using http/1 when server.proxy is used #14022
Labels
duplicate
This issue or pull request already exists
Comments
It's because http-proxy doesn't support http2. |
Thank you. I just found related issue #484. Is there any approach? such as using http2-proxy when proxy is used. |
Thank you for your guidance, I will try to use existing vite plugin or create one new plugin that match my own. |
sapphi-red
removed
documentation
Improvements or additions to documentation
contribution welcome
labels
Aug 19, 2023
I'll close this issue as a duplicate of #4184. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation is
Explain in Detail
From code
vite/packages/vite/src/node/http.ts
Line 104 in 9d7d45e
As shown in the title, I am confused about using http/1 when server.proxy is used and why can't use http/2.
Your Suggestion for Changes
Use http/2 when server.proxy is used
Reproduction
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: