Fix merge

This commit is contained in:
Master T 2015-11-18 08:29:30 +01:00
parent 2cdd659e67
commit efec0feda2
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
httpConnectionFeature.IsLocal = false;
}
_connectionFilter?.PrepareRequest(this);
_prepareRequest?.Invoke(this);
_requestAbortCts?.Dispose();
}