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 75623c4 commit 92cc724Copy full SHA for 92cc724
components/http_foundation.rst
@@ -533,7 +533,7 @@ Please note that this will not work when the ``X-Sendfile`` header is set.
533
534
If you *just* created the file during this same request, the file *may* be sent
535
without any content. This may be due to cached file stats that return zero for
536
- the size of the file. To fix this issue, call ``clearstatcache(false, $file)``
+ the size of the file. To fix this issue, call ``clearstatcache(true, $file)``
537
with the path to the binary file.
538
539
.. _component-http-foundation-json-response:
0 commit comments