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 35c288c commit 5e64326Copy full SHA for 5e64326
components/http_foundation.rst
@@ -554,7 +554,7 @@ or change its ``Content-Disposition``::
554
'filename.txt'
555
);
556
557
-It is possible to delete the file after the request is sent with the
+It is possible to delete the file after the response is sent with the
558
:method:`Symfony\\Component\\HttpFoundation\\BinaryFileResponse::deleteFileAfterSend` method.
559
Please note that this will not work when the ``X-Sendfile`` header is set.
560
0 commit comments