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.
2 parents aaa6c5e + 9a8cb6f commit c463703Copy full SHA for c463703
guides/source/api_app.md
@@ -379,6 +379,7 @@ file.
379
380
If your front-end server supports accelerated file sending, `Rack::Sendfile`
381
will offload the actual file sending work to the front-end server.
382
+This enables Rails to finish request handling and free resources earlier.
383
384
You can configure the name of the header that your front-end server uses for
385
this purpose using [`config.action_dispatch.x_sendfile_header`][] in the appropriate
0 commit comments