rsnext/test/e2e/app-dir/app-routes
Shu Ding 7dfa56c714
Fix missing request body in DELETE and OPTIONS Route Handlers (#51874)
It looks like the `content-length` header can't be ignored for the request forwarded to the render worker. See https://github.com/nodejs/node/issues/27880.

Closes #48096, closes #49310. Fix NEXT-1194
fix NEXT-1114
2023-06-27 11:44:01 +00:00
..
app Fix missing request body in DELETE and OPTIONS Route Handlers (#51874) 2023-06-27 11:44:01 +00:00
handlers Ensure WebSocket is polyfilled for node runtime as well (#48924) 2023-04-28 15:48:14 -05:00
app-custom-routes.test.ts Fix missing request body in DELETE and OPTIONS Route Handlers (#51874) 2023-06-27 11:44:01 +00:00
helpers.ts type check tests (and convert next-test-utils.js to ts) (#51071) 2023-06-23 17:42:50 +00:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
tsconfig.json Fix bad route path for custom metadata routes (#47286) 2023-03-21 15:55:32 +00:00