mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-07-03 16:28:14 +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