You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/next/src/server/stream-utils/node-web-streams-helper.ts
+16-5
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,7 @@ function createHeadInsertionTransformStream(
202
202
controller.enqueue(chunk)
203
203
freezing=true
204
204
}else{
205
+
// TODO (@Ethan-Arrowood): Replace the generic `indexOfUint8Array` method with something finely tuned for the subset of things actually being checked for.
0 commit comments