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 607c6a9 commit 7062618Copy full SHA for 7062618
src/ImageSharp.Web/Middleware/ImageSharpMiddleware.cs
@@ -591,7 +591,7 @@ private async Task SendResponseAsync(
591
// This can happen if the cached image has been physically deleted but the item is still in the LRU cache.
592
// We'll retry running the request again in it's entirety. This ensures any changes to the source are tracked also.
593
CacheResolverLru.TryRemove(key);
594
- await this.Invoke(httpContext);
+ await this.Invoke(httpContext, true);
595
return;
596
}
597
0 commit comments