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 398883c commit b916a79Copy full SHA for b916a79
test/WebApi.OutputCache.V2.Tests/TestControllers/CustomHeadersController.cs
@@ -73,7 +73,7 @@ public IHttpActionResult Cache_Multiply_Custom_Headers()
73
}
74
75
[HttpGet]
76
- [CacheOutput(ClientTimeSpan = 100, ServerTimeSpan = 100, IncludeCustomHeaders = "Content-Encoding")]
+ [CacheOutput(ClientTimeSpan = 100, ServerTimeSpan = 100, IncludeCustomHeaders = "Content-Encoding,NotExistingHeader")]
77
public IHttpActionResult Cache_Part_Of_Custom_Headers()
78
{
79
var result = new CustomHeadersContent<string>("test", this)
0 commit comments