Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ public async Task TryServeFromCacheAsync_ReturnsFalse_IfVaryByKeyContainsDelimit

// Pre-set a base key so CreateBaseKey succeeds, then set up vary rules in cache
// so the middleware will call CreateLookupVaryByKeys -> CreateStorageVaryByKey
var baseKey = $"GET{(char)0x1e}{(char)0x1e}";
var baseKey = $"GET{(char)0x1e}{(char)0x1e}{(char)0x1e}";
context.BaseKey = baseKey;
var varyByRules = new CachedVaryByRules()
{
Expand Down
Loading