We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfdb88 commit db4fb19Copy full SHA for db4fb19
.changeset/honest-lamps-smell.md
@@ -7,4 +7,5 @@ perf(OpenNextResponse): do not store the chunks for streamed responses
7
There is no need to store the chunks for streamed responses.
8
Not storing the chunks allows saving memory.
9
10
-Note that `OpenNextHandler` will now return an empty body for streamed responses.
+BREAKING CHANGE: Note that `OpenNextHandler` will now return an empty body if your wrapper provides a `StreamCreator`
11
+This could break custom converters.
0 commit comments