One more line.

This commit is contained in:
Chris R 2015-10-25 09:12:55 -07:00
parent 8e1a0768db
commit 0107ba005b
1 changed files with 1 additions and 1 deletions

View File

@ -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"))