From 5e64326be283e08fdd10d5ab7ba3739e649fba6e Mon Sep 17 00:00:00 2001 From: Rachid Hammaoui <37940572+makmaoui@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:45:14 +0200 Subject: [PATCH] Fix term Change "request" by "response" --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 4ac6d3865ba..b2ebc92e1ea 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -554,7 +554,7 @@ or change its ``Content-Disposition``:: 'filename.txt' ); -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 :method:`Symfony\\Component\\HttpFoundation\\BinaryFileResponse::deleteFileAfterSend` method. Please note that this will not work when the ``X-Sendfile`` header is set.