Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit f42fb0d

Browse files
committed
Move HttpRequestIdentifierFeature to HttpAbsractions
1 parent e7608a1 commit f42fb0d

File tree

4 files changed

+2
-112
lines changed

4 files changed

+2
-112
lines changed

src/Microsoft.AspNet.Hosting/Internal/FastHttpRequestIdentifierFeature.cs

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/Microsoft.AspNet.Hosting/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"url": "git://github.com/aspnet/hosting"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true,
10-
"allowUnsafe": true
9+
"warningsAsErrors": true
1110
},
1211
"dependencies": {
1312
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",

test/Microsoft.AspNet.Hosting.Tests/HostingEngineTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public void HostingEngine_CreatesDefaultRequestIdentifierFeature_IfNotPresent()
305305

306306
// Assert
307307
Assert.NotNull(httpContext);
308-
Assert.IsType<FastHttpRequestIdentifierFeature>(httpContext.Features.Get<IHttpRequestIdentifierFeature>());
308+
Assert.IsType<HttpRequestIdentifierFeature>(httpContext.Features.Get<IHttpRequestIdentifierFeature>());
309309
}
310310

311311
[Fact]

test/Microsoft.AspNet.Hosting.Tests/Internal/FastHttpRequestIdentifierFeatureTests.cs

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)