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

Commit 84c8975

Browse files
committed
React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
1 parent bdcdf29 commit 84c8975

File tree

6 files changed

+0
-11
lines changed

6 files changed

+0
-11
lines changed

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/DummyApplication.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using Microsoft.AspNetCore.Hosting.Server;
2121
using Microsoft.AspNetCore.Http;
2222
using Microsoft.AspNetCore.Http.Features;
23-
using Microsoft.AspNetCore.Http.Internal;
2423

2524
namespace Microsoft.AspNetCore.Server.WebListener
2625
{

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/RequestBodyTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
using System.Text;
2424
using System.Threading;
2525
using System.Threading.Tasks;
26-
using Microsoft.AspNetCore.Http.Features;
27-
using Microsoft.AspNetCore.Http.Internal;
2826
using Xunit;
2927

3028
namespace Microsoft.AspNetCore.Server.WebListener

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/RequestHeaderTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
using System.Net.Sockets;
2121
using System.Text;
2222
using System.Threading.Tasks;
23-
using Microsoft.AspNetCore.Http.Features;
24-
using Microsoft.AspNetCore.Http.Internal;
2523
using Microsoft.Extensions.Primitives;
2624
using Xunit;
2725

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/ResponseBodyTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
using System.Text;
2424
using System.Threading;
2525
using System.Threading.Tasks;
26-
using Microsoft.AspNetCore.Http.Features;
27-
using Microsoft.AspNetCore.Http.Internal;
28-
using Microsoft.AspNetCore.Testing.xunit;
2926
using Xunit;
3027

3128
namespace Microsoft.AspNetCore.Server.WebListener

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/ResponseCachingTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using System.Linq;
55
using System.Net.Http;
66
using System.Threading.Tasks;
7-
using Microsoft.AspNetCore.Http.Features;
8-
using Microsoft.AspNetCore.Http.Internal;
97
using Xunit;
108

119
namespace Microsoft.AspNetCore.Server.WebListener.FunctionalTests

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/ResponseTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Net.Http;
2121
using System.Threading.Tasks;
2222
using Microsoft.AspNetCore.Http.Features;
23-
using Microsoft.AspNetCore.Http.Internal;
2423
using Xunit;
2524

2625
namespace Microsoft.AspNetCore.Server.WebListener

0 commit comments

Comments
 (0)