rsnext/test/production
Martin Nabhan 7b3ec57c62
Fix streaming SSR with multi-byte characters (#35724)
When using streaming SSR decodeText is called repeatedly with incoming
chunks of data. In that case a multi-byte character may occasionally
split between chunks, causing corruption. By setting the TextDecoder
option 'stream' to true, and reusing the same TextDecoder instance,
TextDecoder will memorise “unfinished” characters and decode them when
the next chunk comes.
2022-03-30 20:24:25 +02:00
..
dependencies-can-use-env-vars-in-middlewares Allow dependencies to use environment variables in middlewares (#33141) 2022-01-10 18:45:00 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps produce source maps for middlewares (#34409) 2022-02-24 15:56:40 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference middlewares: limit process.env to inferred usage (#33186) 2022-01-12 13:09:24 +00:00
middleware-typescript Fix typescript 4.6.2 randomUUID() (#34976) 2022-03-02 21:51:15 +00:00
next/jest Ensure mjs files are transformed with jest (#34698) 2022-03-09 13:49:58 +01:00
react-18-streaming-ssr Fix streaming SSR with multi-byte characters (#35724) 2022-03-30 20:24:25 +02:00
reading-request-body-in-middleware fix post request hangs when no body is consumed on middleware (#35131) 2022-03-08 19:24:58 +00:00
required-server-files Normalize ssgCacheKey for /index with minimalMode de-duping (#35536) 2022-03-23 09:28:04 -05:00
typescript-basic test: add document head multi child prod test (#35426) 2022-03-18 10:19:55 +00:00
required-server-files-i18n.test.ts Normalize ssgCacheKey for /index with minimalMode de-duping (#35536) 2022-03-23 09:28:04 -05:00
required-server-files.test.ts Fix typos (#35683) 2022-03-28 22:53:51 -05:00