This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Not calling GetHeaderSplitImplementation will skip the allocation of a yield-state-machine:
|
public static StringValues GetHeaderSplit(IHeaderDictionary headers, string key) |
|
{ |
|
var values = GetHeaderUnmodified(headers, key); |
|
return new StringValues(GetHeaderSplitImplementation(values).ToArray()); |
|
} |