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

Commit c828faf

Browse files
committed
React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
1 parent 9584f42 commit c828faf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Microsoft.AspNetCore.Server.Kestrel.Https/HttpsConnectionFilter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
using System;
55
using System.Net.Security;
6-
using System.Security.Authentication;
76
using System.Security.Cryptography.X509Certificates;
87
using System.Threading.Tasks;
98
using Microsoft.AspNetCore.Http.Features;
10-
using Microsoft.AspNetCore.Http.Features.Internal;
119
using Microsoft.AspNetCore.Server.Kestrel.Filter;
1210

1311
namespace Microsoft.AspNetCore.Server.Kestrel.Https

test/Microsoft.AspNetCore.Server.KestrelTests/DummyApplication.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Threading.Tasks;
66
using Microsoft.AspNetCore.Hosting.Server;
77
using Microsoft.AspNetCore.Http;
8-
using Microsoft.AspNetCore.Http.Internal;
98
using Microsoft.AspNetCore.Http.Features;
109

1110
namespace Microsoft.AspNetCore.Server.KestrelTests

0 commit comments

Comments
 (0)