Don't iterate overriden features twice
This commit is contained in:
parent
cbc3b4e6f5
commit
56893df7f9
|
|
@ -31,7 +31,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
{
|
||||
FastReset();
|
||||
MaybeExtra?.Clear();
|
||||
Interlocked.Increment(ref _featureRevision);
|
||||
_featureRevision++;
|
||||
}
|
||||
|
||||
string IHttpRequestFeature.Protocol
|
||||
|
|
|
|||
Loading…
Reference in New Issue