Fxi writing perf test (#1478)

This commit is contained in:
Ben Adams 2017-03-10 20:04:28 +00:00 committed by David Fowler
parent 49b328d4c2
commit 3c8ee39f1d
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Performance
Output = new MockSocketOutput(),
ConnectionControl = Mock.Of<IConnectionControl>()
};
connectionContext.ListenerContext.ServiceContext.HttpParserFactory = f => new Internal.Http.KestrelHttpParser(log: null);
var frame = new TestFrame<object>(application: null, context: connectionContext);
frame.Reset();