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 59ab915 commit 5eed146Copy full SHA for 5eed146
src/web/file.rs
@@ -87,7 +87,7 @@ impl StreamingFile {
87
// is only the `no-store` part.
88
//
89
// Future optimization could be:
90
- // * only forbid fastly to storstore, and browsers still could.
+ // * only forbid fastly to store, and browsers still could.
91
// * implement segmented caching for large files somehow.
92
if self.0.content_length > FASTLY_CACHE_MAX_OBJECT_SIZE
93
&& !matches!(cache_policy, CachePolicy::NoStoreMustRevalidate)
0 commit comments