File tree 4 files changed +0
-4
lines changed
src/Servers/Kestrel/Core/src
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 6
6
using System . IO . Pipelines ;
7
7
using Microsoft . AspNetCore . Connections ;
8
8
using Microsoft . AspNetCore . Connections . Features ;
9
- using Microsoft . AspNetCore . Http ;
10
9
using Microsoft . AspNetCore . Internal ;
11
10
using Microsoft . AspNetCore . Server . Kestrel . Core . Features ;
12
11
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
Original file line number Diff line number Diff line change 18
18
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Http2 . FlowControl ;
19
19
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
20
20
using Microsoft . Extensions . Logging ;
21
- using Microsoft . AspNetCore . Http ;
22
21
23
22
namespace Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Http2 ;
24
23
Original file line number Diff line number Diff line change 8
8
using Microsoft . AspNetCore . Connections ;
9
9
using Microsoft . AspNetCore . Connections . Features ;
10
10
using Microsoft . AspNetCore . Hosting . Server ;
11
- using Microsoft . AspNetCore . Http ;
12
11
using Microsoft . AspNetCore . Http . Features ;
13
12
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Http ;
14
13
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
Original file line number Diff line number Diff line change 11
11
using System . Security . Cryptography . X509Certificates ;
12
12
using Microsoft . AspNetCore . Connections ;
13
13
using Microsoft . AspNetCore . Connections . Features ;
14
- using Microsoft . AspNetCore . Http ;
15
14
using Microsoft . AspNetCore . Http . Features ;
16
15
using Microsoft . AspNetCore . Internal ;
17
16
using Microsoft . AspNetCore . Server . Kestrel . Core ;
You can’t perform that action at this time.
0 commit comments