Minor Changes
- #9152
dca4163
Thanks @jamesopstad! - Support HTTPS and HTTP/2. Configuringserver.https
and/orpreview.https
in your Vite config now works as expected. This was previously broken because Undici would add atransfer-encoding
header for streamed responses. We now remove this header if the request uses HTTP/2.