Fix merge
This commit is contained in:
parent
2cdd659e67
commit
efec0feda2
|
|
@ -144,7 +144,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
httpConnectionFeature.IsLocal = false;
|
||||
}
|
||||
|
||||
_connectionFilter?.PrepareRequest(this);
|
||||
_prepareRequest?.Invoke(this);
|
||||
|
||||
_requestAbortCts?.Dispose();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue