rsnext/packages/next/server/dev
JJ Kasper b15a976e11
Handle rewriting WebSocket requests (#39463)
This ensures we properly handle rewrites when the request is a WebSocket request. This also adds an integration test to ensure it is working as expected in dev and production mode. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

Fixes: https://github.com/vercel/next.js/issues/32634
Closes: https://github.com/vercel/next.js/pull/38455
2022-08-10 17:00:30 +00:00
..
hot-middleware.ts Fixes for middleware compilation errors (#37984) 2022-06-24 13:50:49 -05:00
hot-reloader.ts Extract redirect utils into a separate file (#39433) 2022-08-09 14:34:25 -05:00
next-dev-server.ts Handle rewriting WebSocket requests (#39463) 2022-08-10 17:00:30 +00:00
on-demand-entry-handler.ts Handle dynamic routes / catchall routes in on-demand-entries (#38512) 2022-07-11 14:34:10 +02:00
static-paths-worker.ts Add port and hostname options to Next Server (#31858) 2021-11-28 16:48:43 +00:00