aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_app.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-02-01 01:56:43 +0530
committerVipul A M <vipulnsward@gmail.com>2016-02-01 01:56:43 +0530
commitacddd032d06fbfbb9f2bbdcc1a176b5bea35d5a3 (patch)
treeb98b8704b9ced8160b9cc534fa19970e19f34201 /guides/source/api_app.md
parent81052c8cd908a0626a7ef77bb5c3dc89898b3626 (diff)
parent6cdc36a026ef4a4c66c1c8dfcf319b99993322d3 (diff)
downloadrails-acddd032d06fbfbb9f2bbdcc1a176b5bea35d5a3.tar.gz
rails-acddd032d06fbfbb9f2bbdcc1a176b5bea35d5a3.tar.bz2
rails-acddd032d06fbfbb9f2bbdcc1a176b5bea35d5a3.zip
Merge pull request #22857 from bdewater/interlock-doc
Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]
Diffstat (limited to 'guides/source/api_app.md')
-rw-r--r--guides/source/api_app.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md
index e3481ce046..64b6bb64f2 100644
--- a/guides/source/api_app.md
+++ b/guides/source/api_app.md
@@ -262,9 +262,6 @@ subsequent inbound requests for the same URL.
Think of it as page caching using HTTP semantics.
-NOTE: This middleware is always outside of the `Rack::Lock` mutex, even in
-single-threaded applications.
-
### Using Rack::Sendfile
When you use the `send_file` method inside a Rails controller, it sets the