Skip to content

Commit eb1b413

Browse files
committed
Fix build
1 parent 605d068 commit eb1b413

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Servers/Kestrel/Core/src/Internal/Http/Http1OutputProducer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.IO.Pipelines;
77
using Microsoft.AspNetCore.Connections;
88
using Microsoft.AspNetCore.Connections.Features;
9-
using Microsoft.AspNetCore.Http;
109
using Microsoft.AspNetCore.Internal;
1110
using Microsoft.AspNetCore.Server.Kestrel.Core.Features;
1211
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;

src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.FlowControl;
1919
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;
2020
using Microsoft.Extensions.Logging;
21-
using Microsoft.AspNetCore.Http;
2221

2322
namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2;
2423

src/Servers/Kestrel/Core/src/Internal/Http3/Http3Connection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Microsoft.AspNetCore.Connections;
99
using Microsoft.AspNetCore.Connections.Features;
1010
using Microsoft.AspNetCore.Hosting.Server;
11-
using Microsoft.AspNetCore.Http;
1211
using Microsoft.AspNetCore.Http.Features;
1312
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
1413
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;

src/Servers/Kestrel/Core/src/Middleware/HttpsConnectionMiddleware.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using System.Security.Cryptography.X509Certificates;
1212
using Microsoft.AspNetCore.Connections;
1313
using Microsoft.AspNetCore.Connections.Features;
14-
using Microsoft.AspNetCore.Http;
1514
using Microsoft.AspNetCore.Http.Features;
1615
using Microsoft.AspNetCore.Internal;
1716
using Microsoft.AspNetCore.Server.Kestrel.Core;

0 commit comments

Comments
 (0)