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

Commit b560fd6

Browse files
committed
nits
1 parent 8a19dbf commit b560fd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Microsoft.AspNetCore.Server.Kestrel/Internal/Http/PipelineExtensions.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using System.Diagnostics;
5+
using System.Buffers;
66
using System.IO.Pipelines;
77
using System.Runtime.CompilerServices;
8-
using System.Text;
9-
using System.Threading;
108
using System.Threading.Tasks;
11-
using System.Buffers;
129

1310
namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Http
1411
{

0 commit comments

Comments
 (0)