mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-19 13:22:42 +08:00
Very hacky proof of concept
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Ocelot.Cache.Middleware
|
||||
|
||||
public async Task Invoke(HttpContext context)
|
||||
{
|
||||
var downstreamUrlKey = DownstreamUrl;
|
||||
var downstreamUrlKey = DownstreamRequest.RequestUri.OriginalString;
|
||||
|
||||
if (!DownstreamRoute.ReRoute.IsCached)
|
||||
{
|
||||
|
Reference in New Issue
Block a user