One more line.
This commit is contained in:
parent
8e1a0768db
commit
0107ba005b
|
|
@ -91,7 +91,7 @@ namespace Microsoft.AspNet.Hosting.Internal
|
|||
var server = ServerFactory.Start(_serverFeatures,
|
||||
async features =>
|
||||
{
|
||||
var httpContext = contextFactory.CreateHttpContext(features);
|
||||
var httpContext = contextFactory.Create(features);
|
||||
httpContext.ApplicationServices = _applicationServices;
|
||||
|
||||
if (diagnosticSource.IsEnabled("Microsoft.AspNet.Hosting.BeginRequest"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue