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 3a26d60 commit 9663c7dCopy full SHA for 9663c7d
src/pages/learn/file-uploads.mdx
@@ -31,7 +31,7 @@ A safe practice is to use trusted documents or a validation rule to ensure each
31
32
### Stream leaks on failed operations
33
34
-GraphQL executes in phases: validation, then execution. If validation fails or an authorization check blocks execution, uploaded
+GraphQL executes in phases: validation, then execution. If validation fails or an authorization check prematurely terminates execution, uploaded
35
file streams may never be consumed. If your server buffers or retains these streams, it can cause memory leaks.
36
37
To avoid this, ensure that all streams are terminated when the request finishes, whether or not they were consumed in resolvers.
0 commit comments