mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-11-06 16:10:50 +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