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 ed26593 commit e0db95bCopy full SHA for e0db95b
WebApiClient/Attributes/CacheAttributes/CacheAttribute.cs
@@ -61,7 +61,7 @@ private void SetIncludeHeaders(string headersString)
61
if (headersString != null)
62
{
63
this.IncludeHeaderNames = headersString
64
- .Split(new[] { ',', '|' })
+ .Split(new[] { ',', '|', ';' })
65
.Select(h => h.Trim())
66
.Where(h => string.IsNullOrEmpty(h) == false)
67
.ToArray();
0 commit comments