mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in "must-revalidate" header name
This commit is contained in:
parent
28e32598b9
commit
22a4f7e8bd
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ When debug mode is off Sprockets will concatenate and run the necessary preproce
|
|||
<script src='/assets/application.js'></script>
|
||||
</html>
|
||||
|
||||
Assets are compiled and cached on the first request after the server is started. Sprockets sets a +must-validate+ Cache-Control HTTP header to reduce request overhead on subsequent requests -- on these the browser gets a 304 (not-modified) response.
|
||||
Assets are compiled and cached on the first request after the server is started. Sprockets sets a +must-revalidate+ Cache-Control HTTP header to reduce request overhead on subsequent requests -- on these the browser gets a 304 (not-modified) response.
|
||||
|
||||
If any of the files in the manifest have changed between requests, the server responds with a new compiled file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue